Html Css Color HEX #6179CA Havelock Blue

📋 copy color: '#6179CA'

red 97 ◦ green 121 ◦ blue 202

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

Shades of Havelock Blue #6179CA

Tints of Havelock Blue #6179CA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.81%

 BLUE value IS 202 (79.3% from 255) = 48.1%

R = 23.1%
G = 28.81%
B = 48.1%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6179CA (or 0x6179CA) is known color: Havelock Blue. HEX triplet: 61, 79 and CA. RGB value is (97,121,202). Sum of RGB (Red+Green+Blue) = 97+121+202=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #6179CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6179CA is #9E8635. Grayscale: #7A7A7A. Windows color (decimal): -10389046 or 13269345. OLE color: 13269345.

HSL color Cylindrical-coordinate representation of color #6179CA: hue angle of 226.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6179CA is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 121 202 -
CMYK 0.52 0.40 0 0.21
HSL 226.29º 0.5% 0.59% -
HSV(B) 226.29º 0.52% 0.79% -
XYZ 22.43 20.48 58.65 -
YUV 123.06 172.55 109.41 -
System Red Green Blue C M Y K H S L
Decimal 97 121 202 0.52 0.40 0 0.21 226.29 0.5 0.59
Hex 61 79 CA 34 28 0 15 E2 32 3B
Octal 141 171 312 64 50 0 25 342 62 73
Binary 1100001 1111001 11001010 110100 101000 0 10101 11100010 110010 111011

Color Harmonies of #6179CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6179CA

Black with #6179CA

Text Example


Text Example

White with #6179CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6179CA; }

 p { color: rgb(97,121,202); }

 H1.HeaderClassName
 {
   color: #6179CA;
 }
 .AnyTagClassName
 {
   color: #6179CA;
 }
</style>

background-color css

<style>
 a { background-color: #6179CA; }

 a { background-color: rgb(97,121,202); }

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

border-color css

<style>
 span { border-color: #6179CA; }

 span { border-color: rgb(97,121,202); }

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