Html Css Color HEX #687ECC Havelock Blue

📋 copy color: '#687ECC'

red 104 ◦ green 126 ◦ blue 204

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

Shades of Havelock Blue #687ECC

Tints of Havelock Blue #687ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.03%

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

R = 23.96%
G = 29.03%
B = 47%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#687ECC (or 0x687ECC) is known color: Havelock Blue. HEX triplet: 68, 7E and CC. RGB value is (104,126,204). Sum of RGB (Red+Green+Blue) = 104+126+204=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #687ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687ECC is #978133. Grayscale: #7F7F7F. Windows color (decimal): -9929012 or 13401704. OLE color: 13401704.

HSL color Cylindrical-coordinate representation of color #687ECC: hue angle of 226.8º 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 #687ECC is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 126 204 -
CMYK 0.49 0.38 0 0.2
HSL 226.8º 0.5% 0.6% -
HSV(B) 226.8º 0.49% 0.8% -
XYZ 24.07 22.22 60.15 -
YUV 128.31 170.71 110.66 -
System Red Green Blue C M Y K H S L
Decimal 104 126 204 0.49 0.38 0 0.2 226.8 0.5 0.6
Hex 68 7E CC 31 26 0 14 E3 32 3C
Octal 150 176 314 61 46 0 24 343 62 74
Binary 1101000 1111110 11001100 110001 100110 0 10100 11100011 110010 111100

Color Harmonies of #687ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687ECC

Black with #687ECC

Text Example


Text Example

White with #687ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687ECC; }

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

 H1.HeaderClassName
 {
   color: #687ECC;
 }
 .AnyTagClassName
 {
   color: #687ECC;
 }
</style>

background-color css

<style>
 a { background-color: #687ECC; }

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

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

border-color css

<style>
 span { border-color: #687ECC; }

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

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