Html Css Color HEX #6181BA Havelock Blue

📋 copy color: '#6181BA'

red 97 ◦ green 129 ◦ blue 186

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

Shades of Havelock Blue #6181BA

Tints of Havelock Blue #6181BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 23.54%
G = 31.31%
B = 45.15%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6181BA (or 0x6181BA) is known color: Havelock Blue. HEX triplet: 61, 81 and BA. RGB value is (97,129,186). Sum of RGB (Red+Green+Blue) = 97+129+186=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #6181BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6181BA is #9E7E45. Grayscale: #7D7D7D. Windows color (decimal): -10387014 or 12222817. OLE color: 12222817.

HSL color Cylindrical-coordinate representation of color #6181BA: hue angle of 218.43º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6181BA is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 129 186 -
CMYK 0.48 0.31 0 0.27
HSL 218.43º 0.39% 0.55% -
HSV(B) 218.43º 0.48% 0.73% -
XYZ 21.64 21.79 49.52 -
YUV 125.93 161.9 107.37 -
System Red Green Blue C M Y K H S L
Decimal 97 129 186 0.48 0.31 0 0.27 218.43 0.39 0.55
Hex 61 81 BA 30 1F 0 1B DA 27 37
Octal 141 201 272 60 37 0 33 332 47 67
Binary 1100001 10000001 10111010 110000 11111 0 11011 11011010 100111 110111

Color Harmonies of #6181BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6181BA

Black with #6181BA

Text Example


Text Example

White with #6181BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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