Html Css Color HEX #617FCC Havelock Blue

📋 copy color: '#617FCC'

red 97 ◦ green 127 ◦ blue 204

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

Shades of Havelock Blue #617FCC

Tints of Havelock Blue #617FCC

RGB

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

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

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

R = 22.66%
G = 29.67%
B = 47.66%

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

#617FCC (or 0x617FCC) is known color: Havelock Blue. HEX triplet: 61, 7F and CC. RGB value is (97,127,204). Sum of RGB (Red+Green+Blue) = 97+127+204=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #617FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617FCC is #9E8033. Grayscale: #7E7E7E. Windows color (decimal): -10387508 or 13401953. OLE color: 13401953.

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

Color convert

RGB 97 127 204 -
CMYK 0.52 0.38 0 0.2
HSL 223.18º 0.51% 0.59% -
HSV(B) 223.18º 0.52% 0.8% -
XYZ 23.42 22.08 60.15 -
YUV 126.81 171.56 106.74 -
System Red Green Blue C M Y K H S L
Decimal 97 127 204 0.52 0.38 0 0.2 223.18 0.51 0.59
Hex 61 7F CC 34 26 0 14 DF 33 3B
Octal 141 177 314 64 46 0 24 337 63 73
Binary 1100001 1111111 11001100 110100 100110 0 10100 11011111 110011 111011

Color Harmonies of #617FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617FCC

Black with #617FCC

Text Example


Text Example

White with #617FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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