Html Css Color HEX #6880CC Havelock Blue

📋 copy color: '#6880CC'

red 104 ◦ green 128 ◦ blue 204

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

Shades of Havelock Blue #6880CC

Tints of Havelock Blue #6880CC

RGB

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

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

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

R = 23.85%
G = 29.36%
B = 46.79%

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

#6880CC (or 0x6880CC) is known color: Havelock Blue. HEX triplet: 68, 80 and CC. RGB value is (104,128,204). Sum of RGB (Red+Green+Blue) = 104+128+204=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #6880CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6880CC is #977F33. Grayscale: #818181. Windows color (decimal): -9928500 or 13402216. OLE color: 13402216.

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

Color convert

RGB 104 128 204 -
CMYK 0.49 0.37 0 0.2
HSL 225.6º 0.5% 0.6% -
HSV(B) 225.6º 0.49% 0.8% -
XYZ 24.33 22.74 60.23 -
YUV 129.49 170.05 109.82 -
System Red Green Blue C M Y K H S L
Decimal 104 128 204 0.49 0.37 0 0.2 225.6 0.5 0.6
Hex 68 80 CC 31 25 0 14 E2 32 3C
Octal 150 200 314 61 45 0 24 342 62 74
Binary 1101000 10000000 11001100 110001 100101 0 10100 11100010 110010 111100

Color Harmonies of #6880CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6880CC

Black with #6880CC

Text Example


Text Example

White with #6880CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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