Html Css Color HEX #6079CC Havelock Blue

📋 copy color: '#6079CC'

red 96 ◦ green 121 ◦ blue 204

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

Shades of Havelock Blue #6079CC

Tints of Havelock Blue #6079CC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.74%

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

R = 22.8%
G = 28.74%
B = 48.46%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6079CC (or 0x6079CC) is known color: Havelock Blue. HEX triplet: 60, 79 and CC. RGB value is (96,121,204). Sum of RGB (Red+Green+Blue) = 96+121+204=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 121 (47.66% from 255 or 28.74% 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 #6079CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6079CC is #9F8633. Grayscale: #7A7A7A. Windows color (decimal): -10454580 or 13400416. OLE color: 13400416.

HSL color Cylindrical-coordinate representation of color #6079CC: hue angle of 226.11º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6079CC is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 121 204 -
CMYK 0.53 0.41 0 0.2
HSL 226.11º 0.51% 0.59% -
HSV(B) 226.11º 0.53% 0.8% -
XYZ 22.56 20.52 59.9 -
YUV 122.99 173.72 108.75 -
System Red Green Blue C M Y K H S L
Decimal 96 121 204 0.53 0.41 0 0.2 226.11 0.51 0.59
Hex 60 79 CC 35 29 0 14 E2 33 3B
Octal 140 171 314 65 51 0 24 342 63 73
Binary 1100000 1111001 11001100 110101 101001 0 10100 11100010 110011 111011

Color Harmonies of #6079CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6079CC

Black with #6079CC

Text Example


Text Example

White with #6079CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,121,204); }

 H1.HeaderClassName
 {
   color: #6079CC;
 }
 .AnyTagClassName
 {
   color: #6079CC;
 }
</style>

background-color css

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

 a { background-color: rgb(96,121,204); }

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

border-color css

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

 span { border-color: rgb(96,121,204); }

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