Html Css Color HEX #6980D0 Havelock Blue

📋 copy color: '#6980D0'

red 105 ◦ green 128 ◦ blue 208

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

Shades of Havelock Blue #6980D0

Tints of Havelock Blue #6980D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.17%

R = 23.81%
G = 29.02%
B = 47.17%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6980D0 (or 0x6980D0) is known color: Havelock Blue. HEX triplet: 69, 80 and D0. RGB value is (105,128,208). Sum of RGB (Red+Green+Blue) = 105+128+208=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #6980D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6980D0 is #967F2F. Grayscale: #818181. Windows color (decimal): -9862960 or 13664361. OLE color: 13664361.

HSL color Cylindrical-coordinate representation of color #6980D0: hue angle of 226.6º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6980D0 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 128 208 -
CMYK 0.50 0.38 0 0.18
HSL 226.6º 0.52% 0.61% -
HSV(B) 226.6º 0.5% 0.82% -
XYZ 24.93 23 62.8 -
YUV 130.24 171.88 110 -
System Red Green Blue C M Y K H S L
Decimal 105 128 208 0.50 0.38 0 0.18 226.6 0.52 0.61
Hex 69 80 D0 32 26 0 12 E3 34 3D
Octal 151 200 320 62 46 0 22 343 64 75
Binary 1101001 10000000 11010000 110010 100110 0 10010 11100011 110100 111101

Color Harmonies of #6980D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6980D0

Black with #6980D0

Text Example


Text Example

White with #6980D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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