Html Css Color HEX #687DCD Havelock Blue

📋 copy color: '#687DCD'

red 104 ◦ green 125 ◦ blue 205

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

Shades of Havelock Blue #687DCD

Tints of Havelock Blue #687DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 23.96%
G = 28.8%
B = 47.24%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#687DCD (or 0x687DCD) is known color: Havelock Blue. HEX triplet: 68, 7D and CD. RGB value is (104,125,205). Sum of RGB (Red+Green+Blue) = 104+125+205=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #687DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687DCD is #978232. Grayscale: #7F7F7F. Windows color (decimal): -9929267 or 13466984. OLE color: 13466984.

HSL color Cylindrical-coordinate representation of color #687DCD: hue angle of 227.52º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #687DCD is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 125 205 -
CMYK 0.49 0.39 0 0.20
HSL 227.52º 0.5% 0.61% -
HSV(B) 227.52º 0.49% 0.8% -
XYZ 24.06 22.02 60.74 -
YUV 127.84 171.54 111 -
System Red Green Blue C M Y K H S L
Decimal 104 125 205 0.49 0.39 0 0.20 227.52 0.5 0.61
Hex 68 7D CD 31 27 0 14 E4 32 3D
Octal 150 175 315 61 47 0 24 344 62 75
Binary 1101000 1111101 11001101 110001 100111 0 10100 11100100 110010 111101

Color Harmonies of #687DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687DCD

Black with #687DCD

Text Example


Text Example

White with #687DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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