Html Css Color HEX #677AD8 Havelock Blue

📋 copy color: '#677AD8'

red 103 ◦ green 122 ◦ blue 216

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

Shades of Havelock Blue #677AD8

Tints of Havelock Blue #677AD8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.66%

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

R = 23.36%
G = 27.66%
B = 48.98%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#677AD8 (or 0x677AD8) is known color: Havelock Blue. HEX triplet: 67, 7A and D8. RGB value is (103,122,216). Sum of RGB (Red+Green+Blue) = 103+122+216=441 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.36% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #677AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677AD8 is #988527. Grayscale: #7E7E7E. Windows color (decimal): -9995560 or 14187111. OLE color: 14187111.

HSL color Cylindrical-coordinate representation of color #677AD8: hue angle of 229.91º 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 #677AD8 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 103 122 216 -
CMYK 0.52 0.44 0 0.15
HSL 229.91º 0.59% 0.63% -
HSV(B) 229.91º 0.52% 0.85% -
XYZ 24.95 21.76 67.85 -
YUV 127.04 178.21 110.86 -
System Red Green Blue C M Y K H S L
Decimal 103 122 216 0.52 0.44 0 0.15 229.91 0.59 0.63
Hex 67 7A D8 34 2C 0 F E6 3B 3F
Octal 147 172 330 64 54 0 17 346 73 77
Binary 1100111 1111010 11011000 110100 101100 0 1111 11100110 111011 111111

Color Harmonies of #677AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677AD8

Black with #677AD8

Text Example


Text Example

White with #677AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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