Html Css Color HEX #6181C1 Havelock Blue

📋 copy color: '#6181C1'

red 97 ◦ green 129 ◦ blue 193

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

Shades of Havelock Blue #6181C1

Tints of Havelock Blue #6181C1

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.79%

 BLUE value IS 193 (75.78% from 255) = 46.06%

R = 23.15%
G = 30.79%
B = 46.06%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6181C1 (or 0x6181C1) is known color: Havelock Blue. HEX triplet: 61, 81 and C1. RGB value is (97,129,193). Sum of RGB (Red+Green+Blue) = 97+129+193=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #6181C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6181C1 is #9E7E3E. Grayscale: #7E7E7E. Windows color (decimal): -10387007 or 12681569. OLE color: 12681569.

HSL color Cylindrical-coordinate representation of color #6181C1: hue angle of 220º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6181C1 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 129 193 -
CMYK 0.50 0.33 0 0.24
HSL 220º 0.44% 0.57% -
HSV(B) 220º 0.5% 0.76% -
XYZ 22.41 22.09 53.54 -
YUV 126.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 97 129 193 0.50 0.33 0 0.24 220 0.44 0.57
Hex 61 81 C1 32 21 0 18 DC 2C 39
Octal 141 201 301 62 41 0 30 334 54 71
Binary 1100001 10000001 11000001 110010 100001 0 11000 11011100 101100 111001

Color Harmonies of #6181C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6181C1

Black with #6181C1

Text Example


Text Example

White with #6181C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6181C1; }

 p { color: rgb(97,129,193); }

 H1.HeaderClassName
 {
   color: #6181C1;
 }
 .AnyTagClassName
 {
   color: #6181C1;
 }
</style>

background-color css

<style>
 a { background-color: #6181C1; }

 a { background-color: rgb(97,129,193); }

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

border-color css

<style>
 span { border-color: #6181C1; }

 span { border-color: rgb(97,129,193); }

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