Html Css Color HEX #6073AC Chetwode Blue

📋 copy color: '#6073AC'

red 96 ◦ green 115 ◦ blue 172

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

Shades of Chetwode Blue #6073AC

Tints of Chetwode Blue #6073AC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.03%

 BLUE value IS 172 (67.58% from 255) = 44.91%

R = 25.07%
G = 30.03%
B = 44.91%

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

#6073AC (or 0x6073AC) is known color: Chetwode Blue. HEX triplet: 60, 73 and AC. RGB value is (96,115,172). Sum of RGB (Red+Green+Blue) = 96+115+172=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #6073AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6073AC is #9F8C53. Grayscale: #737373. Windows color (decimal): -10456148 or 11301728. OLE color: 11301728.

HSL color Cylindrical-coordinate representation of color #6073AC: hue angle of 225º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6073AC is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 115 172 -
CMYK 0.44 0.33 0 0.33
HSL 225º 0.31% 0.53% -
HSV(B) 225º 0.44% 0.67% -
XYZ 18.4 17.73 41.48 -
YUV 115.82 159.71 113.87 -
System Red Green Blue C M Y K H S L
Decimal 96 115 172 0.44 0.33 0 0.33 225 0.31 0.53
Hex 60 73 AC 2C 21 0 21 E1 1F 35
Octal 140 163 254 54 41 0 41 341 37 65
Binary 1100000 1110011 10101100 101100 100001 0 100001 11100001 11111 110101

Color Harmonies of #6073AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6073AC

Black with #6073AC

Text Example


Text Example

White with #6073AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6073AC; }

 p { color: rgb(96,115,172); }

 H1.HeaderClassName
 {
   color: #6073AC;
 }
 .AnyTagClassName
 {
   color: #6073AC;
 }
</style>

background-color css

<style>
 a { background-color: #6073AC; }

 a { background-color: rgb(96,115,172); }

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

border-color css

<style>
 span { border-color: #6073AC; }

 span { border-color: rgb(96,115,172); }

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