Color Hex Logo

#6978ff Color Hex

#6978FF
(105,120,255)
0 Favorites   0 Comments

Color spaces of #6978ff

RGB 105120255
HSL0.651.000.71
HSV234°59°100°
CMYK 0.590.530.00   0.00
XYZ30.592223.656297.5615
Yxy23.65620.20150.1558
Hunter Lab48.637627.1574-84.8826
CIE-Lab55.741933.4255-69.1200

#6978ff color RGB value is (105,120,255).

#6978ff hex color red value is 105, green value is 120 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6978ff hue: 0.65 , saturation: 1.00 and the lightness value of 6978ff is 0.71.

The process color (four color CMYK) of #6978ff color hex is 0.59, 0.53, 0.00, 0.00. Web safe color of #6978ff is #6666ff. Color #6978ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01111000 11111111
Octal 151 170 377
Decimal 105 120 255
Hex 69 78 FF

RGB Percentages of Color #6978ff

%21.88
%25.00
%53.13

CMYK Percentages of Color #6978ff

%59
%53
%0
%0

Triadic Colors of #6978ff

#6978ff #ff6978 #78ff69

Analogous Colors of #6978ff

#6978ff #a569ff #69c3ff

Monochromatic Colors of #6978ff

#6978ff

Complementary Color

#6978ff #fff069

#6978ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6978ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6978ff Color CSS Codes

.mybgcolor {background-color:#6978ff; } 
.myforecolor {color:#6978ff; }
.mybordercolor {border:3px solid #6978ff; }

#6978ff Text Font Color

<p style="color:#6978ff">Text here</p>

This sample text font color is #6978ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6978ff Background Color

<div style="background-color:#6978ff">
Div content here</div>

This div background color is #6978ff


#6978ff Border Color

<div style="border:3px solid #6978ff">
Div here</div>

This div border color is #6978ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,120,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6978ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6978ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6978ff;
  box-shadow:         1px 1px 3px 2px #6978ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,120,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6978ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6978ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6978ff;
  box-shadow:         1px 1px 3px 2px #6978ff;">
Div content here</div>

This div box has shadow with color #6978ff

Related Colors


Comments

No comments written yet.

Please login to write comment.