Html Css Color HEX #6078CE Havelock Blue

📋 copy color: '#6078CE'

red 96 ◦ green 120 ◦ blue 206

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

Shades of Havelock Blue #6078CE

Tints of Havelock Blue #6078CE

RGB

 RED value IS 96 (37.89% from 255) = 22.75%

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

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 22.75%
G = 28.44%
B = 48.82%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6078CE (or 0x6078CE) is known color: Havelock Blue. HEX triplet: 60, 78 and CE. RGB value is (96,120,206). Sum of RGB (Red+Green+Blue) = 96+120+206=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #6078CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6078CE is #9F8731. Grayscale: #7A7A7A. Windows color (decimal): -10454834 or 13531232. OLE color: 13531232.

HSL color Cylindrical-coordinate representation of color #6078CE: hue angle of 226.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6078CE is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 120 206 -
CMYK 0.53 0.42 0 0.19
HSL 226.91º 0.53% 0.59% -
HSV(B) 226.91º 0.53% 0.81% -
XYZ 22.68 20.38 61.13 -
YUV 122.63 175.05 109.01 -
System Red Green Blue C M Y K H S L
Decimal 96 120 206 0.53 0.42 0 0.19 226.91 0.53 0.59
Hex 60 78 CE 35 2A 0 13 E3 35 3B
Octal 140 170 316 65 52 0 23 343 65 73
Binary 1100000 1111000 11001110 110101 101010 0 10011 11100011 110101 111011

Color Harmonies of #6078CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6078CE

Black with #6078CE

Text Example


Text Example

White with #6078CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6078CE; }

 p { color: rgb(96,120,206); }

 H1.HeaderClassName
 {
   color: #6078CE;
 }
 .AnyTagClassName
 {
   color: #6078CE;
 }
</style>

background-color css

<style>
 a { background-color: #6078CE; }

 a { background-color: rgb(96,120,206); }

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

border-color css

<style>
 span { border-color: #6078CE; }

 span { border-color: rgb(96,120,206); }

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