Html Css Color HEX #617ECC Havelock Blue

📋 copy color: '#617ECC'

red 97 ◦ green 126 ◦ blue 204

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

Shades of Havelock Blue #617ECC

Tints of Havelock Blue #617ECC

RGB

 RED value IS 97 (38.28% from 255) = 22.72%

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

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

R = 22.72%
G = 29.51%
B = 47.78%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#617ECC (or 0x617ECC) is known color: Havelock Blue. HEX triplet: 61, 7E and CC. RGB value is (97,126,204). Sum of RGB (Red+Green+Blue) = 97+126+204=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #617ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617ECC is #9E8133. Grayscale: #7D7D7D. Windows color (decimal): -10387764 or 13401697. OLE color: 13401697.

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

Color convert

RGB 97 126 204 -
CMYK 0.52 0.38 0 0.2
HSL 223.74º 0.51% 0.59% -
HSV(B) 223.74º 0.52% 0.8% -
XYZ 23.29 21.82 60.11 -
YUV 126.22 171.89 107.16 -
System Red Green Blue C M Y K H S L
Decimal 97 126 204 0.52 0.38 0 0.2 223.74 0.51 0.59
Hex 61 7E CC 34 26 0 14 E0 33 3B
Octal 141 176 314 64 46 0 24 340 63 73
Binary 1100001 1111110 11001100 110100 100110 0 10100 11100000 110011 111011

Color Harmonies of #617ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617ECC

Black with #617ECC

Text Example


Text Example

White with #617ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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