Html Css Color HEX #617BCC Havelock Blue

📋 copy color: '#617BCC'

red 97 ◦ green 123 ◦ blue 204

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

Shades of Havelock Blue #617BCC

Tints of Havelock Blue #617BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.01%

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

R = 22.88%
G = 29.01%
B = 48.11%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#617BCC (or 0x617BCC) is known color: Havelock Blue. HEX triplet: 61, 7B and CC. RGB value is (97,123,204). Sum of RGB (Red+Green+Blue) = 97+123+204=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #617BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617BCC is #9E8433. Grayscale: #7C7C7C. Windows color (decimal): -10388532 or 13400929. OLE color: 13400929.

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

Color convert

RGB 97 123 204 -
CMYK 0.52 0.40 0 0.2
HSL 225.42º 0.51% 0.59% -
HSV(B) 225.42º 0.52% 0.8% -
XYZ 22.91 21.07 59.99 -
YUV 124.46 172.89 108.41 -
System Red Green Blue C M Y K H S L
Decimal 97 123 204 0.52 0.40 0 0.2 225.42 0.51 0.59
Hex 61 7B CC 34 28 0 14 E1 33 3B
Octal 141 173 314 64 50 0 24 341 63 73
Binary 1100001 1111011 11001100 110100 101000 0 10100 11100001 110011 111011

Color Harmonies of #617BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617BCC

Black with #617BCC

Text Example


Text Example

White with #617BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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