Html Css Color HEX #6184D0 Havelock Blue

📋 copy color: '#6184D0'

red 97 ◦ green 132 ◦ blue 208

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

Shades of Havelock Blue #6184D0

Tints of Havelock Blue #6184D0

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.21%

 BLUE value IS 208 (81.64% from 255) = 47.6%

R = 22.2%
G = 30.21%
B = 47.6%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6184D0 (or 0x6184D0) is known color: Havelock Blue. HEX triplet: 61, 84 and D0. RGB value is (97,132,208). Sum of RGB (Red+Green+Blue) = 97+132+208=437 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.20% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #6184D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6184D0 is #9E7B2F. Grayscale: #818181. Windows color (decimal): -10386224 or 13665377. OLE color: 13665377.

HSL color Cylindrical-coordinate representation of color #6184D0: hue angle of 221.08º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6184D0 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 132 208 -
CMYK 0.53 0.37 0 0.18
HSL 221.08º 0.54% 0.6% -
HSV(B) 221.08º 0.53% 0.82% -
XYZ 24.57 23.6 62.93 -
YUV 130.2 171.9 104.32 -
System Red Green Blue C M Y K H S L
Decimal 97 132 208 0.53 0.37 0 0.18 221.08 0.54 0.6
Hex 61 84 D0 35 25 0 12 DD 36 3C
Octal 141 204 320 65 45 0 22 335 66 74
Binary 1100001 10000100 11010000 110101 100101 0 10010 11011101 110110 111100

Color Harmonies of #6184D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6184D0

Black with #6184D0

Text Example


Text Example

White with #6184D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6184D0; }

 p { color: rgb(97,132,208); }

 H1.HeaderClassName
 {
   color: #6184D0;
 }
 .AnyTagClassName
 {
   color: #6184D0;
 }
</style>

background-color css

<style>
 a { background-color: #6184D0; }

 a { background-color: rgb(97,132,208); }

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

border-color css

<style>
 span { border-color: #6184D0; }

 span { border-color: rgb(97,132,208); }

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