Html Css Color HEX #677DD8 Havelock Blue

📋 copy color: '#677DD8'

red 103 ◦ green 125 ◦ blue 216

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

Shades of Havelock Blue #677DD8

Tints of Havelock Blue #677DD8

RGB

 RED value IS 103 (40.63% from 255) = 23.2%

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

 BLUE value IS 216 (84.77% from 255) = 48.65%

R = 23.2%
G = 28.15%
B = 48.65%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#677DD8 (or 0x677DD8) is known color: Havelock Blue. HEX triplet: 67, 7D and D8. RGB value is (103,125,216). Sum of RGB (Red+Green+Blue) = 103+125+216=444 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.20% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #677DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677DD8 is #988227. Grayscale: #808080. Windows color (decimal): -9994792 or 14187879. OLE color: 14187879.

HSL color Cylindrical-coordinate representation of color #677DD8: hue angle of 228.32º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #677DD8 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 103 125 216 -
CMYK 0.52 0.42 0 0.15
HSL 228.32º 0.59% 0.63% -
HSV(B) 228.32º 0.52% 0.85% -
XYZ 25.32 22.51 67.98 -
YUV 128.8 177.21 109.6 -
System Red Green Blue C M Y K H S L
Decimal 103 125 216 0.52 0.42 0 0.15 228.32 0.59 0.63
Hex 67 7D D8 34 2A 0 F E4 3B 3F
Octal 147 175 330 64 52 0 17 344 73 77
Binary 1100111 1111101 11011000 110100 101010 0 1111 11100100 111011 111111

Color Harmonies of #677DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677DD8

Black with #677DD8

Text Example


Text Example

White with #677DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677DD8; }

 p { color: rgb(103,125,216); }

 H1.HeaderClassName
 {
   color: #677DD8;
 }
 .AnyTagClassName
 {
   color: #677DD8;
 }
</style>

background-color css

<style>
 a { background-color: #677DD8; }

 a { background-color: rgb(103,125,216); }

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

border-color css

<style>
 span { border-color: #677DD8; }

 span { border-color: rgb(103,125,216); }

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