Html Css Color HEX #6182C7 Havelock Blue

📋 copy color: '#6182C7'

red 97 ◦ green 130 ◦ blue 199

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

Shades of Havelock Blue #6182C7

Tints of Havelock Blue #6182C7

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.52%

 BLUE value IS 199 (78.13% from 255) = 46.71%

R = 22.77%
G = 30.52%
B = 46.71%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6182C7 (or 0x6182C7) is known color: Havelock Blue. HEX triplet: 61, 82 and C7. RGB value is (97,130,199). Sum of RGB (Red+Green+Blue) = 97+130+199=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 199 (78.12% from 255 or 46.71% from 426); Max value from RGB is 199 - color contains mainly: blue. Hex color #6182C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6182C7 is #9E7D38. Grayscale: #7F7F7F. Windows color (decimal): -10386745 or 13075041. OLE color: 13075041.

HSL color Cylindrical-coordinate representation of color #6182C7: hue angle of 220.59º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6182C7 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 130 199 -
CMYK 0.51 0.35 0 0.22
HSL 220.59º 0.48% 0.58% -
HSV(B) 220.59º 0.51% 0.78% -
XYZ 23.22 22.63 57.18 -
YUV 128 168.07 105.89 -
System Red Green Blue C M Y K H S L
Decimal 97 130 199 0.51 0.35 0 0.22 220.59 0.48 0.58
Hex 61 82 C7 33 23 0 16 DD 30 3A
Octal 141 202 307 63 43 0 26 335 60 72
Binary 1100001 10000010 11000111 110011 100011 0 10110 11011101 110000 111010

Color Harmonies of #6182C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6182C7

Black with #6182C7

Text Example


Text Example

White with #6182C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6182C7; }

 p { color: rgb(97,130,199); }

 H1.HeaderClassName
 {
   color: #6182C7;
 }
 .AnyTagClassName
 {
   color: #6182C7;
 }
</style>

background-color css

<style>
 a { background-color: #6182C7; }

 a { background-color: rgb(97,130,199); }

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

border-color css

<style>
 span { border-color: #6182C7; }

 span { border-color: rgb(97,130,199); }

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