Html Css Color HEX #687DCB Havelock Blue

📋 copy color: '#687DCB'

red 104 ◦ green 125 ◦ blue 203

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

Shades of Havelock Blue #687DCB

Tints of Havelock Blue #687DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.94%

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

R = 24.07%
G = 28.94%
B = 46.99%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#687DCB (or 0x687DCB) is known color: Havelock Blue. HEX triplet: 68, 7D and CB. RGB value is (104,125,203). Sum of RGB (Red+Green+Blue) = 104+125+203=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #687DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687DCB is #978234. Grayscale: #7F7F7F. Windows color (decimal): -9929269 or 13335912. OLE color: 13335912.

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

Color convert

RGB 104 125 203 -
CMYK 0.49 0.38 0 0.20
HSL 227.27º 0.49% 0.6% -
HSV(B) 227.27º 0.49% 0.8% -
XYZ 23.82 21.92 59.48 -
YUV 127.61 170.54 111.16 -
System Red Green Blue C M Y K H S L
Decimal 104 125 203 0.49 0.38 0 0.20 227.27 0.49 0.6
Hex 68 7D CB 31 26 0 14 E3 31 3C
Octal 150 175 313 61 46 0 24 343 61 74
Binary 1101000 1111101 11001011 110001 100110 0 10100 11100011 110001 111100

Color Harmonies of #687DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687DCB

Black with #687DCB

Text Example


Text Example

White with #687DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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