Html Css Color HEX #6072AB Chetwode Blue

📋 copy color: '#6072AB'

red 96 ◦ green 114 ◦ blue 171

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

Shades of Chetwode Blue #6072AB

Tints of Chetwode Blue #6072AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 25.2%
G = 29.92%
B = 44.88%

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

#6072AB (or 0x6072AB) is known color: Chetwode Blue. HEX triplet: 60, 72 and AB. RGB value is (96,114,171). Sum of RGB (Red+Green+Blue) = 96+114+171=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #6072AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6072AB is #9F8D54. Grayscale: #727272. Windows color (decimal): -10456405 or 11235936. OLE color: 11235936.

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

Color convert

RGB 96 114 171 -
CMYK 0.44 0.33 0 0.33
HSL 225.6º 0.31% 0.52% -
HSV(B) 225.6º 0.44% 0.67% -
XYZ 18.19 17.46 40.94 -
YUV 115.12 159.54 114.37 -
System Red Green Blue C M Y K H S L
Decimal 96 114 171 0.44 0.33 0 0.33 225.6 0.31 0.52
Hex 60 72 AB 2C 21 0 21 E2 1F 34
Octal 140 162 253 54 41 0 41 342 37 64
Binary 1100000 1110010 10101011 101100 100001 0 100001 11100010 11111 110100

Color Harmonies of #6072AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6072AB

Black with #6072AB

Text Example


Text Example

White with #6072AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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