Html Css Color HEX #677ECC Havelock Blue

📋 copy color: '#677ECC'

red 103 ◦ green 126 ◦ blue 204

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

Shades of Havelock Blue #677ECC

Tints of Havelock Blue #677ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 23.79%
G = 29.1%
B = 47.11%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#677ECC (or 0x677ECC) is known color: Havelock Blue. HEX triplet: 67, 7E and CC. RGB value is (103,126,204). Sum of RGB (Red+Green+Blue) = 103+126+204=433 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.79% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #677ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677ECC is #988133. Grayscale: #7F7F7F. Windows color (decimal): -9994548 or 13401703. OLE color: 13401703.

HSL color Cylindrical-coordinate representation of color #677ECC: hue angle of 226.34º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #677ECC is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 126 204 -
CMYK 0.50 0.38 0 0.2
HSL 226.34º 0.5% 0.6% -
HSV(B) 226.34º 0.5% 0.8% -
XYZ 23.95 22.16 60.14 -
YUV 128.02 170.88 110.16 -
System Red Green Blue C M Y K H S L
Decimal 103 126 204 0.50 0.38 0 0.2 226.34 0.5 0.6
Hex 67 7E CC 32 26 0 14 E2 32 3C
Octal 147 176 314 62 46 0 24 342 62 74
Binary 1100111 1111110 11001100 110010 100110 0 10100 11100010 110010 111100

Color Harmonies of #677ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677ECC

Black with #677ECC

Text Example


Text Example

White with #677ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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