Html Css Color HEX #6072AA Chetwode Blue

📋 copy color: '#6072AA'

red 96 ◦ green 114 ◦ blue 170

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

Shades of Chetwode Blue #6072AA

Tints of Chetwode Blue #6072AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30%

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

R = 25.26%
G = 30%
B = 44.74%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6072AA (or 0x6072AA) is known color: Chetwode Blue. HEX triplet: 60, 72 and AA. RGB value is (96,114,170). Sum of RGB (Red+Green+Blue) = 96+114+170=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #6072AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6072AA is #9F8D55. Grayscale: #727272. Windows color (decimal): -10456406 or 11170400. OLE color: 11170400.

HSL color Cylindrical-coordinate representation of color #6072AA: hue angle of 225.41º 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 #6072AA is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 114 170 -
CMYK 0.44 0.33 0 0.33
HSL 225.41º 0.3% 0.52% -
HSV(B) 225.41º 0.44% 0.67% -
XYZ 18.1 17.42 40.44 -
YUV 115 159.04 114.45 -
System Red Green Blue C M Y K H S L
Decimal 96 114 170 0.44 0.33 0 0.33 225.41 0.3 0.52
Hex 60 72 AA 2C 21 0 21 E1 1E 34
Octal 140 162 252 54 41 0 41 341 36 64
Binary 1100000 1110010 10101010 101100 100001 0 100001 11100001 11110 110100

Color Harmonies of #6072AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6072AA

Black with #6072AA

Text Example


Text Example

White with #6072AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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