Html Css Color HEX #6185CA Havelock Blue

📋 copy color: '#6185CA'

red 97 ◦ green 133 ◦ blue 202

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

Shades of Havelock Blue #6185CA

Tints of Havelock Blue #6185CA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.79%

 BLUE value IS 202 (79.3% from 255) = 46.76%

R = 22.45%
G = 30.79%
B = 46.76%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6185CA (or 0x6185CA) is known color: Havelock Blue. HEX triplet: 61, 85 and CA. RGB value is (97,133,202). Sum of RGB (Red+Green+Blue) = 97+133+202=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #6185CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6185CA is #9E7A35. Grayscale: #818181. Windows color (decimal): -10385974 or 13272417. OLE color: 13272417.

HSL color Cylindrical-coordinate representation of color #6185CA: hue angle of 219.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6185CA is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 133 202 -
CMYK 0.52 0.34 0 0.21
HSL 219.43º 0.5% 0.59% -
HSV(B) 219.43º 0.52% 0.79% -
XYZ 23.98 23.58 59.16 -
YUV 130.1 168.57 104.39 -
System Red Green Blue C M Y K H S L
Decimal 97 133 202 0.52 0.34 0 0.21 219.43 0.5 0.59
Hex 61 85 CA 34 22 0 15 DB 32 3B
Octal 141 205 312 64 42 0 25 333 62 73
Binary 1100001 10000101 11001010 110100 100010 0 10101 11011011 110010 111011

Color Harmonies of #6185CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6185CA

Black with #6185CA

Text Example


Text Example

White with #6185CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6185CA; }

 p { color: rgb(97,133,202); }

 H1.HeaderClassName
 {
   color: #6185CA;
 }
 .AnyTagClassName
 {
   color: #6185CA;
 }
</style>

background-color css

<style>
 a { background-color: #6185CA; }

 a { background-color: rgb(97,133,202); }

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

border-color css

<style>
 span { border-color: #6185CA; }

 span { border-color: rgb(97,133,202); }

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