Html Css Color HEX #6071AD Chetwode Blue

📋 copy color: '#6071AD'

red 96 ◦ green 113 ◦ blue 173

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

Shades of Chetwode Blue #6071AD

Tints of Chetwode Blue #6071AD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.58%

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

R = 25.13%
G = 29.58%
B = 45.29%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6071AD (or 0x6071AD) is known color: Chetwode Blue. HEX triplet: 60, 71 and AD. RGB value is (96,113,173). Sum of RGB (Red+Green+Blue) = 96+113+173=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #6071AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6071AD is #9F8E52. Grayscale: #727272. Windows color (decimal): -10456659 or 11366752. OLE color: 11366752.

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

Color convert

RGB 96 113 173 -
CMYK 0.45 0.35 0 0.32
HSL 226.75º 0.32% 0.53% -
HSV(B) 226.75º 0.45% 0.68% -
XYZ 18.27 17.31 41.91 -
YUV 114.76 160.87 114.62 -
System Red Green Blue C M Y K H S L
Decimal 96 113 173 0.45 0.35 0 0.32 226.75 0.32 0.53
Hex 60 71 AD 2D 23 0 20 E3 20 35
Octal 140 161 255 55 43 0 40 343 40 65
Binary 1100000 1110001 10101101 101101 100011 0 100000 11100011 100000 110101

Color Harmonies of #6071AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6071AD

Black with #6071AD

Text Example


Text Example

White with #6071AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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