Html Css Color HEX #687ED2 Havelock Blue

📋 copy color: '#687ED2'

red 104 ◦ green 126 ◦ blue 210

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

Shades of Havelock Blue #687ED2

Tints of Havelock Blue #687ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.73%

R = 23.64%
G = 28.64%
B = 47.73%

CMYK

 C value IS 0.50

 M value IS 0.4

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#687ED2 (or 0x687ED2) is known color: Havelock Blue. HEX triplet: 68, 7E and D2. RGB value is (104,126,210). Sum of RGB (Red+Green+Blue) = 104+126+210=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 210 (82.42% from 255 or 47.73% from 440); Max value from RGB is 210 - color contains mainly: blue. Hex color #687ED2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687ED2 is #97812D. Grayscale: #808080. Windows color (decimal): -9929006 or 13794920. OLE color: 13794920.

HSL color Cylindrical-coordinate representation of color #687ED2: hue angle of 227.55º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #687ED2 is Cyan = 0.50, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 126 210 -
CMYK 0.50 0.4 0 0.18
HSL 227.55º 0.54% 0.62% -
HSV(B) 227.55º 0.5% 0.82% -
XYZ 24.8 22.52 64.01 -
YUV 129 173.71 110.17 -
System Red Green Blue C M Y K H S L
Decimal 104 126 210 0.50 0.4 0 0.18 227.55 0.54 0.62
Hex 68 7E D2 32 28 0 12 E4 36 3E
Octal 150 176 322 62 50 0 22 344 66 76
Binary 1101000 1111110 11010010 110010 101000 0 10010 11100100 110110 111110

Color Harmonies of #687ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687ED2

Black with #687ED2

Text Example


Text Example

White with #687ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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