Html Css Color HEX #6576AF Chetwode Blue

📋 copy color: '#6576AF'

red 101 ◦ green 118 ◦ blue 175

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

Shades of Chetwode Blue #6576AF

Tints of Chetwode Blue #6576AF

RGB

 RED value IS 101 (39.84% from 255) = 25.63%

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

 BLUE value IS 175 (68.75% from 255) = 44.42%

R = 25.63%
G = 29.95%
B = 44.42%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6576AF (or 0x6576AF) is known color: Chetwode Blue. HEX triplet: 65, 76 and AF. RGB value is (101,118,175). Sum of RGB (Red+Green+Blue) = 101+118+175=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #6576AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6576AF is #9A8950. Grayscale: #777777. Windows color (decimal): -10127697 or 11499109. OLE color: 11499109.

HSL color Cylindrical-coordinate representation of color #6576AF: hue angle of 226.22º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6576AF is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 118 175 -
CMYK 0.42 0.33 0 0.31
HSL 226.22º 0.32% 0.54% -
HSV(B) 226.22º 0.42% 0.69% -
XYZ 19.58 18.82 43.16 -
YUV 119.42 159.37 114.87 -
System Red Green Blue C M Y K H S L
Decimal 101 118 175 0.42 0.33 0 0.31 226.22 0.32 0.54
Hex 65 76 AF 2A 21 0 1F E2 20 36
Octal 145 166 257 52 41 0 37 342 40 66
Binary 1100101 1110110 10101111 101010 100001 0 11111 11100010 100000 110110

Color Harmonies of #6576AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6576AF

Black with #6576AF

Text Example


Text Example

White with #6576AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6576AF; }

 p { color: rgb(101,118,175); }

 H1.HeaderClassName
 {
   color: #6576AF;
 }
 .AnyTagClassName
 {
   color: #6576AF;
 }
</style>

background-color css

<style>
 a { background-color: #6576AF; }

 a { background-color: rgb(101,118,175); }

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

border-color css

<style>
 span { border-color: #6576AF; }

 span { border-color: rgb(101,118,175); }

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