Html Css Color HEX #6178CC Havelock Blue

📋 copy color: '#6178CC'

red 97 ◦ green 120 ◦ blue 204

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

Shades of Havelock Blue #6178CC

Tints of Havelock Blue #6178CC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.5%

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

R = 23.04%
G = 28.5%
B = 48.46%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6178CC (or 0x6178CC) is known color: 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

RGB 97 120 204 -
CMYK 0.52 0.41 0 0.2
HSL 227.1º 0.51% 0.59% -
HSV(B) 227.1º 0.52% 0.8% -
XYZ 22.55 20.33 59.86 -
YUV 122.7 173.88 109.67 -
System Red Green Blue C M Y K H S L
Decimal 97 120 204 0.52 0.41 0 0.2 227.1 0.51 0.59
Hex 61 78 CC 34 29 0 14 E3 33 3B
Octal 141 170 314 64 51 0 24 343 63 73
Binary 1100001 1111000 11001100 110100 101001 0 10100 11100011 110011 111011

Color Harmonies of #6178CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6178CC

Black with #6178CC

Text Example


Text Example

White with #6178CC

Text Example


Text Example

HTML Codes & Css Web 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>