Html Css Color HEX #6079AE Chetwode Blue

📋 copy color: '#6079AE'

red 96 ◦ green 121 ◦ blue 174

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

Shades of Chetwode Blue #6079AE

Tints of Chetwode Blue #6079AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 24.55%
G = 30.95%
B = 44.5%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6079AE (or 0x6079AE) is known color: Chetwode Blue. HEX triplet: 60, 79 and AE. RGB value is (96,121,174). Sum of RGB (Red+Green+Blue) = 96+121+174=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #6079AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6079AE is #9F8651. Grayscale: #777777. Windows color (decimal): -10454610 or 11434336. OLE color: 11434336.

HSL color Cylindrical-coordinate representation of color #6079AE: hue angle of 220.77º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6079AE is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 121 174 -
CMYK 0.45 0.30 0 0.32
HSL 220.77º 0.33% 0.53% -
HSV(B) 220.77º 0.45% 0.68% -
XYZ 19.3 19.22 42.74 -
YUV 119.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 96 121 174 0.45 0.30 0 0.32 220.77 0.33 0.53
Hex 60 79 AE 2D 1E 0 20 DD 20 35
Octal 140 171 256 55 36 0 40 335 40 65
Binary 1100000 1111001 10101110 101101 11110 0 100000 11011101 100000 110101

Color Harmonies of #6079AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6079AE

Black with #6079AE

Text Example


Text Example

White with #6079AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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