Html Css Color HEX #6079C0 Havelock Blue

📋 copy color: '#6079C0'

red 96 ◦ green 121 ◦ blue 192

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

Shades of Havelock Blue #6079C0

Tints of Havelock Blue #6079C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.94%

R = 23.47%
G = 29.58%
B = 46.94%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6079C0 (or 0x6079C0) is known color: Havelock Blue. HEX triplet: 60, 79 and C0. RGB value is (96,121,192). Sum of RGB (Red+Green+Blue) = 96+121+192=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #6079C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6079C0 is #9F863F. Grayscale: #797979. Windows color (decimal): -10454592 or 12613984. OLE color: 12613984.

HSL color Cylindrical-coordinate representation of color #6079C0: hue angle of 224.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6079C0 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 121 192 -
CMYK 0.50 0.37 0 0.25
HSL 224.38º 0.43% 0.56% -
HSV(B) 224.38º 0.5% 0.75% -
XYZ 21.18 19.97 52.61 -
YUV 121.62 167.72 109.73 -
System Red Green Blue C M Y K H S L
Decimal 96 121 192 0.50 0.37 0 0.25 224.38 0.43 0.56
Hex 60 79 C0 32 25 0 19 E0 2B 38
Octal 140 171 300 62 45 0 31 340 53 70
Binary 1100000 1111001 11000000 110010 100101 0 11001 11100000 101011 111000

Color Harmonies of #6079C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6079C0

Black with #6079C0

Text Example


Text Example

White with #6079C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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