Html Css Color HEX #6076AC Chetwode Blue

📋 copy color: '#6076AC'

red 96 ◦ green 118 ◦ blue 172

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

Shades of Chetwode Blue #6076AC

Tints of Chetwode Blue #6076AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.57%

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

R = 24.87%
G = 30.57%
B = 44.56%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6076AC (or 0x6076AC) is known color: Chetwode Blue. HEX triplet: 60, 76 and AC. RGB value is (96,118,172). Sum of RGB (Red+Green+Blue) = 96+118+172=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #6076AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6076AC is #9F8953. Grayscale: #757575. Windows color (decimal): -10455380 or 11302496. OLE color: 11302496.

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

Color convert

RGB 96 118 172 -
CMYK 0.44 0.31 0 0.33
HSL 222.63º 0.31% 0.53% -
HSV(B) 222.63º 0.44% 0.67% -
XYZ 18.75 18.42 41.6 -
YUV 117.58 158.71 112.61 -
System Red Green Blue C M Y K H S L
Decimal 96 118 172 0.44 0.31 0 0.33 222.63 0.31 0.53
Hex 60 76 AC 2C 1F 0 21 DF 1F 35
Octal 140 166 254 54 37 0 41 337 37 65
Binary 1100000 1110110 10101100 101100 11111 0 100001 11011111 11111 110101

Color Harmonies of #6076AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6076AC

Black with #6076AC

Text Example


Text Example

White with #6076AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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