Html Css Color HEX #617ECF Havelock Blue

📋 copy color: '#617ECF'

red 97 ◦ green 126 ◦ blue 207

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

Shades of Havelock Blue #617ECF

Tints of Havelock Blue #617ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 22.56%
G = 29.3%
B = 48.14%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#617ECF (or 0x617ECF) is known color: Havelock Blue. HEX triplet: 61, 7E and CF. RGB value is (97,126,207). Sum of RGB (Red+Green+Blue) = 97+126+207=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #617ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617ECF is #9E8130. Grayscale: #7E7E7E. Windows color (decimal): -10387761 or 13598305. OLE color: 13598305.

HSL color Cylindrical-coordinate representation of color #617ECF: hue angle of 224.18º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #617ECF is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 126 207 -
CMYK 0.53 0.39 0 0.19
HSL 224.18º 0.53% 0.6% -
HSV(B) 224.18º 0.53% 0.81% -
XYZ 23.65 21.97 62.03 -
YUV 126.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 97 126 207 0.53 0.39 0 0.19 224.18 0.53 0.6
Hex 61 7E CF 35 27 0 13 E0 35 3C
Octal 141 176 317 65 47 0 23 340 65 74
Binary 1100001 1111110 11001111 110101 100111 0 10011 11100000 110101 111100

Color Harmonies of #617ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617ECF

Black with #617ECF

Text Example


Text Example

White with #617ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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