Html Css Color HEX #6072AD Chetwode Blue

📋 copy color: '#6072AD'

red 96 ◦ green 114 ◦ blue 173

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

Shades of Chetwode Blue #6072AD

Tints of Chetwode Blue #6072AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.17%

R = 25.07%
G = 29.77%
B = 45.17%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6072AD (or 0x6072AD) is known color: Chetwode Blue. HEX triplet: 60, 72 and AD. RGB value is (96,114,173). Sum of RGB (Red+Green+Blue) = 96+114+173=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #6072AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6072AD is #9F8D52. Grayscale: #737373. Windows color (decimal): -10456403 or 11367008. OLE color: 11367008.

HSL color Cylindrical-coordinate representation of color #6072AD: hue angle of 225.97º 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 #6072AD is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 114 173 -
CMYK 0.45 0.34 0 0.32
HSL 225.97º 0.32% 0.53% -
HSV(B) 225.97º 0.45% 0.68% -
XYZ 18.38 17.54 41.95 -
YUV 115.34 160.54 114.2 -
System Red Green Blue C M Y K H S L
Decimal 96 114 173 0.45 0.34 0 0.32 225.97 0.32 0.53
Hex 60 72 AD 2D 22 0 20 E2 20 35
Octal 140 162 255 55 42 0 40 342 40 65
Binary 1100000 1110010 10101101 101101 100010 0 100000 11100010 100000 110101

Color Harmonies of #6072AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6072AD

Black with #6072AD

Text Example


Text Example

White with #6072AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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