Html Css Color HEX #677ED6 Havelock Blue

📋 copy color: '#677ED6'

red 103 ◦ green 126 ◦ blue 214

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

Shades of Havelock Blue #677ED6

Tints of Havelock Blue #677ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.31%

R = 23.25%
G = 28.44%
B = 48.31%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#677ED6 (or 0x677ED6) is known color: Havelock Blue. HEX triplet: 67, 7E and D6. RGB value is (103,126,214). Sum of RGB (Red+Green+Blue) = 103+126+214=443 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.25% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: blue. Hex color #677ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677ED6 is #988129. Grayscale: #808080. Windows color (decimal): -9994538 or 14057063. OLE color: 14057063.

HSL color Cylindrical-coordinate representation of color #677ED6: hue angle of 227.57º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #677ED6 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 103 126 214 -
CMYK 0.52 0.41 0 0.16
HSL 227.57º 0.58% 0.62% -
HSV(B) 227.57º 0.52% 0.84% -
XYZ 25.19 22.66 66.66 -
YUV 129.16 175.88 109.34 -
System Red Green Blue C M Y K H S L
Decimal 103 126 214 0.52 0.41 0 0.16 227.57 0.58 0.62
Hex 67 7E D6 34 29 0 10 E4 3A 3E
Octal 147 176 326 64 51 0 20 344 72 76
Binary 1100111 1111110 11010110 110100 101001 0 10000 11100100 111010 111110

Color Harmonies of #677ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677ED6

Black with #677ED6

Text Example


Text Example

White with #677ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,126,214); }

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

background-color css

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

 a { background-color: rgb(103,126,214); }

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

border-color css

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

 span { border-color: rgb(103,126,214); }

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