Html Css Color HEX #6880D0 Havelock Blue

📋 copy color: '#6880D0'

red 104 ◦ green 128 ◦ blue 208

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

Shades of Havelock Blue #6880D0

Tints of Havelock Blue #6880D0

RGB

 RED value IS 104 (41.02% from 255) = 23.64%

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

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

R = 23.64%
G = 29.09%
B = 47.27%

CMYK

 C value IS 0.5

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6880D0 (or 0x6880D0) is known color: Havelock Blue. HEX triplet: 68, 80 and D0. RGB value is (104,128,208). Sum of RGB (Red+Green+Blue) = 104+128+208=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 208 - color contains mainly: blue. Hex color #6880D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6880D0 is #977F2F. Grayscale: #818181. Windows color (decimal): -9928496 or 13664360. OLE color: 13664360.

HSL color Cylindrical-coordinate representation of color #6880D0: hue angle of 226.15º degrees, saturation: 0.53, 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 #6880D0 is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 128 208 -
CMYK 0.5 0.38 0 0.18
HSL 226.15º 0.53% 0.61% -
HSV(B) 226.15º 0.5% 0.82% -
XYZ 24.81 22.94 62.79 -
YUV 129.94 172.05 109.5 -
System Red Green Blue C M Y K H S L
Decimal 104 128 208 0.5 0.38 0 0.18 226.15 0.53 0.61
Hex 68 80 D0 32 26 0 12 E2 35 3D
Octal 150 200 320 62 46 0 22 342 65 75
Binary 1101000 10000000 11010000 110010 100110 0 10010 11100010 110101 111101

Color Harmonies of #6880D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6880D0

Black with #6880D0

Text Example


Text Example

White with #6880D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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