Html Css Color HEX #6079AA Chetwode Blue

📋 copy color: '#6079AA'

red 96 ◦ green 121 ◦ blue 170

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

Shades of Chetwode Blue #6079AA

Tints of Chetwode Blue #6079AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.93%

R = 24.81%
G = 31.27%
B = 43.93%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6079AA (or 0x6079AA) is known color: Chetwode Blue. HEX triplet: 60, 79 and AA. RGB value is (96,121,170). Sum of RGB (Red+Green+Blue) = 96+121+170=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #6079AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6079AA is #9F8655. Grayscale: #767676. Windows color (decimal): -10454614 or 11172192. OLE color: 11172192.

HSL color Cylindrical-coordinate representation of color #6079AA: hue angle of 219.73º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6079AA is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 121 170 -
CMYK 0.44 0.29 0 0.33
HSL 219.73º 0.3% 0.52% -
HSV(B) 219.73º 0.44% 0.67% -
XYZ 18.92 19.06 40.71 -
YUV 119.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 96 121 170 0.44 0.29 0 0.33 219.73 0.3 0.52
Hex 60 79 AA 2C 1D 0 21 DC 1E 34
Octal 140 171 252 54 35 0 41 334 36 64
Binary 1100000 1111001 10101010 101100 11101 0 100001 11011100 11110 110100

Color Harmonies of #6079AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6079AA

Black with #6079AA

Text Example


Text Example

White with #6079AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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