Html Css Color HEX #687FCB Havelock Blue

📋 copy color: '#687FCB'

red 104 ◦ green 127 ◦ blue 203

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

Shades of Havelock Blue #687FCB

Tints of Havelock Blue #687FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 29.26%

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 23.96%
G = 29.26%
B = 46.77%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#687FCB (or 0x687FCB) is known color: Havelock Blue. HEX triplet: 68, 7F and CB. RGB value is (104,127,203). Sum of RGB (Red+Green+Blue) = 104+127+203=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #687FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687FCB is #978034. Grayscale: #808080. Windows color (decimal): -9928757 or 13336424. OLE color: 13336424.

HSL color Cylindrical-coordinate representation of color #687FCB: hue angle of 226.06º degrees, saturation: 0.49, 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 #687FCB is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 127 203 -
CMYK 0.49 0.37 0 0.20
HSL 226.06º 0.49% 0.6% -
HSV(B) 226.06º 0.49% 0.8% -
XYZ 24.08 22.43 59.56 -
YUV 128.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 104 127 203 0.49 0.37 0 0.20 226.06 0.49 0.6
Hex 68 7F CB 31 25 0 14 E2 31 3C
Octal 150 177 313 61 45 0 24 342 61 74
Binary 1101000 1111111 11001011 110001 100101 0 10100 11100010 110001 111100

Color Harmonies of #687FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687FCB

Black with #687FCB

Text Example


Text Example

White with #687FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,127,203); }

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

background-color css

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

 a { background-color: rgb(104,127,203); }

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

border-color css

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

 span { border-color: rgb(104,127,203); }

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