Html Css Color HEX #6181BC Havelock Blue

📋 copy color: '#6181BC'

red 97 ◦ green 129 ◦ blue 188

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

Shades of Havelock Blue #6181BC

Tints of Havelock Blue #6181BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.41%

R = 23.43%
G = 31.16%
B = 45.41%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6181BC (or 0x6181BC) is known color: Havelock Blue. HEX triplet: 61, 81 and BC. RGB value is (97,129,188). Sum of RGB (Red+Green+Blue) = 97+129+188=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #6181BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6181BC is #9E7E43. Grayscale: #7D7D7D. Windows color (decimal): -10387012 or 12353889. OLE color: 12353889.

HSL color Cylindrical-coordinate representation of color #6181BC: hue angle of 218.9º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6181BC is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 129 188 -
CMYK 0.48 0.31 0 0.26
HSL 218.9º 0.4% 0.56% -
HSV(B) 218.9º 0.48% 0.74% -
XYZ 21.86 21.87 50.65 -
YUV 126.16 162.9 107.2 -
System Red Green Blue C M Y K H S L
Decimal 97 129 188 0.48 0.31 0 0.26 218.9 0.4 0.56
Hex 61 81 BC 30 1F 0 1A DB 28 38
Octal 141 201 274 60 37 0 32 333 50 70
Binary 1100001 10000001 10111100 110000 11111 0 11010 11011011 101000 111000

Color Harmonies of #6181BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6181BC

Black with #6181BC

Text Example


Text Example

White with #6181BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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