Html Css Color HEX #617ECB Havelock Blue

📋 copy color: '#617ECB'

red 97 ◦ green 126 ◦ blue 203

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

Shades of Havelock Blue #617ECB

Tints of Havelock Blue #617ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 22.77%
G = 29.58%
B = 47.65%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#617ECB (or 0x617ECB) is known color: Havelock Blue. HEX triplet: 61, 7E and CB. RGB value is (97,126,203). Sum of RGB (Red+Green+Blue) = 97+126+203=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #617ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617ECB is #9E8134. Grayscale: #7D7D7D. Windows color (decimal): -10387765 or 13336161. OLE color: 13336161.

HSL color Cylindrical-coordinate representation of color #617ECB: hue angle of 223.58º degrees, saturation: 0.5, 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 #617ECB is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 126 203 -
CMYK 0.52 0.38 0 0.20
HSL 223.58º 0.5% 0.59% -
HSV(B) 223.58º 0.52% 0.8% -
XYZ 23.17 21.77 59.48 -
YUV 126.11 171.39 107.24 -
System Red Green Blue C M Y K H S L
Decimal 97 126 203 0.52 0.38 0 0.20 223.58 0.5 0.59
Hex 61 7E CB 34 26 0 14 E0 32 3B
Octal 141 176 313 64 46 0 24 340 62 73
Binary 1100001 1111110 11001011 110100 100110 0 10100 11100000 110010 111011

Color Harmonies of #617ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617ECB

Black with #617ECB

Text Example


Text Example

White with #617ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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