#6178CC

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

Shades of Havelock Blue #6178CC

Tints of Havelock Blue #6178CC

Color information

#6178CC (or 0x6178CC) is unknown color: approx Havelock Blue. HEX triplet: 61, 78 and CC. RGB value is (97,120,204). Sum of RGB (Red+Green+Blue) = 97+120+204=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #6178CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6178CC is #9E8733. Grayscale: #7A7A7A. Windows color (decimal): -10389300 or 13400161. OLE color: 13400161.

HSL color Cylindrical-coordinate representation of color #6178CC: hue angle of 227.1º 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 #6178CC is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB97120204-
CMYK0.520.4100.2
HSL227.1º51.2%59.02%-
HSV(B)227.1º52.45%80%-
XYZ22.5520.3359.86-
YUV122.7173.88109.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.04%
GREEN value IS 120 (47.27% from 255) = 28.50%
BLUE value IS 204 (80.08% from 255) = 48.46%
R=23.04%
G=28.50%
B=48.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal971202040.520.4100.2227.151.259.02
Hex6178CC3429014e3333b
Octal14117031464510243436373
Binary110000111110001100110011010010100101010011100011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6178CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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