Html Css Color HEX #617FCD Havelock Blue

📋 copy color: '#617FCD'

red 97 ◦ green 127 ◦ blue 205

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

Shades of Havelock Blue #617FCD

Tints of Havelock Blue #617FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 29.6%

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 22.61%
G = 29.6%
B = 47.79%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#617FCD (or 0x617FCD) is known color: Havelock Blue. HEX triplet: 61, 7F and CD. RGB value is (97,127,205). Sum of RGB (Red+Green+Blue) = 97+127+205=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #617FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617FCD is #9E8032. Grayscale: #7E7E7E. Windows color (decimal): -10387507 or 13467489. OLE color: 13467489.

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

Color convert

RGB 97 127 205 -
CMYK 0.53 0.38 0 0.20
HSL 223.33º 0.52% 0.59% -
HSV(B) 223.33º 0.53% 0.8% -
XYZ 23.54 22.13 60.79 -
YUV 126.92 172.06 106.66 -
System Red Green Blue C M Y K H S L
Decimal 97 127 205 0.53 0.38 0 0.20 223.33 0.52 0.59
Hex 61 7F CD 35 26 0 14 DF 34 3B
Octal 141 177 315 65 46 0 24 337 64 73
Binary 1100001 1111111 11001101 110101 100110 0 10100 11011111 110100 111011

Color Harmonies of #617FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617FCD

Black with #617FCD

Text Example


Text Example

White with #617FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,127,205); }

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

background-color css

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

 a { background-color: rgb(97,127,205); }

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

border-color css

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

 span { border-color: rgb(97,127,205); }

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