Html Css Color HEX #6980CC Havelock Blue

📋 copy color: '#6980CC'

red 105 ◦ green 128 ◦ blue 204

#6980CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #6980CC

Tints of Havelock Blue #6980CC

RGB

 RED value IS 105 (41.41% from 255) = 24.03%

 GREEN value IS 128 (50.39% from 255) = 29.29%

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 24.03%
G = 29.29%
B = 46.68%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6980CC (or 0x6980CC) is known color: Havelock Blue. HEX triplet: 69, 80 and CC. RGB value is (105,128,204). Sum of RGB (Red+Green+Blue) = 105+128+204=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #6980CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6980CC is #967F33. Grayscale: #818181. Windows color (decimal): -9862964 or 13402217. OLE color: 13402217.

HSL color Cylindrical-coordinate representation of color #6980CC: hue angle of 226.06º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6980CC is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 128 204 -
CMYK 0.49 0.37 0 0.2
HSL 226.06º 0.49% 0.61% -
HSV(B) 226.06º 0.49% 0.8% -
XYZ 24.44 22.8 60.24 -
YUV 129.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 105 128 204 0.49 0.37 0 0.2 226.06 0.49 0.61
Hex 69 80 CC 31 25 0 14 E2 31 3D
Octal 151 200 314 61 45 0 24 342 61 75
Binary 1101001 10000000 11001100 110001 100101 0 10100 11100010 110001 111101

Color Harmonies of #6980CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6980CC

Black with #6980CC

Text Example


Text Example

White with #6980CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6980CC; }

 p { color: rgb(105,128,204); }

 H1.HeaderClassName
 {
   color: #6980CC;
 }
 .AnyTagClassName
 {
   color: #6980CC;
 }
</style>

background-color css

<style>
 a { background-color: #6980CC; }

 a { background-color: rgb(105,128,204); }

 div.DivClassName
 {
   background-color: #6980CC;
 }
 .BgClassName
 {
   background-color: #6980CC;
 }
</style>

border-color css

<style>
 span { border-color: #6980CC; }

 span { border-color: rgb(105,128,204); }

 td.TdClassName
 {
   border-color: #6980CC;
 }
 .TagClassName
 {
   border-color: #6980CC;
 }
</style>