#6183c3

Color #6183C3 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #6183C3

Tints of Havelock Blue #6183C3

Color information

#6183C3 (or 0x6183C3) is unknown color: approx Havelock Blue. HEX triplet: 61, 83 and C3. RGB value is (97,131,195). Sum of RGB (Red+Green+Blue) = 97+131+195=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 195 (76.56% from 255 or 46.10% from 423); Max value from RGB is 195 - color contains mainly: blue. Hex color #6183C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6183C3 is #9E7C3C. Grayscale: #7F7F7F. Windows color (decimal): -10386493 or 12813153. OLE color: 12813153.

HSL color Cylindrical-coordinate representation of color #6183C3: hue angle of 219.18º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6183C3 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB97131195-
CMYK0.500.3300.24
HSL219.18º44.95%57.25%-
HSV(B)219.18º50.26%76.47%-
XYZ22.922.7154.81-
YUV128.13165.74105.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.93%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 195 (76.56% from 255) = 46.10%
R=22.93%
G=30.97%
B=46.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971311950.500.3300.24219.1844.9557.25
Hex6183C33221018db2d39
Octal14120330362410303335571
Binary1100001100000111100001111001010000101100011011011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6183c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6183c3; }

 p { color: rgb(97,131,195); }

 H1.HeaderClassName
 {
   color: #6183c3;
 }
 .AnyTagClassName
 {
   color: #6183c3;
 }
</style>
background-color css

<style>
 a { background-color: #6183c3; }

 a { background-color: rgb(97,131,195); }

 div.DivClassName
 {
   background-color: #6183c3;
 }
 .BgClassName
 {
   background-color: #6183c3;
 }
</style>
border-color css

<style>
 span { border-color: #6183c3; }

 span { border-color: rgb(97,131,195); }

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