Html Css Color HEX #6184CC Havelock Blue

📋 copy color: '#6184CC'

red 97 ◦ green 132 ◦ blue 204

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

Shades of Havelock Blue #6184CC

Tints of Havelock Blue #6184CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 22.4%
G = 30.48%
B = 47.11%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6184CC (or 0x6184CC) is known color: Havelock Blue. HEX triplet: 61, 84 and CC. RGB value is (97,132,204). Sum of RGB (Red+Green+Blue) = 97+132+204=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #6184CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6184CC is #9E7B33. Grayscale: #818181. Windows color (decimal): -10386228 or 13403233. OLE color: 13403233.

HSL color Cylindrical-coordinate representation of color #6184CC: hue angle of 220.37º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6184CC is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 132 204 -
CMYK 0.52 0.35 0 0.2
HSL 220.37º 0.51% 0.59% -
HSV(B) 220.37º 0.52% 0.8% -
XYZ 24.08 23.4 60.37 -
YUV 129.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 97 132 204 0.52 0.35 0 0.2 220.37 0.51 0.59
Hex 61 84 CC 34 23 0 14 DC 33 3B
Octal 141 204 314 64 43 0 24 334 63 73
Binary 1100001 10000100 11001100 110100 100011 0 10100 11011100 110011 111011

Color Harmonies of #6184CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6184CC

Black with #6184CC

Text Example


Text Example

White with #6184CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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