Html Css Color HEX #687DCF Havelock Blue

📋 copy color: '#687DCF'

red 104 ◦ green 125 ◦ blue 207

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

Shades of Havelock Blue #687DCF

Tints of Havelock Blue #687DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 23.85%
G = 28.67%
B = 47.48%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#687DCF (or 0x687DCF) is known color: Havelock Blue. HEX triplet: 68, 7D and CF. RGB value is (104,125,207). Sum of RGB (Red+Green+Blue) = 104+125+207=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #687DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687DCF is #978230. Grayscale: #7F7F7F. Windows color (decimal): -9929265 or 13598056. OLE color: 13598056.

HSL color Cylindrical-coordinate representation of color #687DCF: hue angle of 227.77º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #687DCF is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 125 207 -
CMYK 0.50 0.40 0 0.19
HSL 227.77º 0.52% 0.61% -
HSV(B) 227.77º 0.5% 0.81% -
XYZ 24.31 22.12 62.02 -
YUV 128.07 172.54 110.83 -
System Red Green Blue C M Y K H S L
Decimal 104 125 207 0.50 0.40 0 0.19 227.77 0.52 0.61
Hex 68 7D CF 32 28 0 13 E4 34 3D
Octal 150 175 317 62 50 0 23 344 64 75
Binary 1101000 1111101 11001111 110010 101000 0 10011 11100100 110100 111101

Color Harmonies of #687DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687DCF

Black with #687DCF

Text Example


Text Example

White with #687DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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