Html Css Color HEX #6576BA Chetwode Blue

📋 copy color: '#6576BA'

red 101 ◦ green 118 ◦ blue 186

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

Shades of Chetwode Blue #6576BA

Tints of Chetwode Blue #6576BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 24.94%
G = 29.14%
B = 45.93%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6576BA (or 0x6576BA) is known color: Chetwode Blue. HEX triplet: 65, 76 and BA. RGB value is (101,118,186). Sum of RGB (Red+Green+Blue) = 101+118+186=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #6576BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6576BA is #9A8945. Grayscale: #787878. Windows color (decimal): -10127686 or 12220005. OLE color: 12220005.

HSL color Cylindrical-coordinate representation of color #6576BA: hue angle of 228º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6576BA is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 118 186 -
CMYK 0.46 0.37 0 0.27
HSL 228º 0.38% 0.56% -
HSV(B) 228º 0.46% 0.73% -
XYZ 20.71 19.27 49.08 -
YUV 120.67 164.87 113.97 -
System Red Green Blue C M Y K H S L
Decimal 101 118 186 0.46 0.37 0 0.27 228 0.38 0.56
Hex 65 76 BA 2E 25 0 1B E4 26 38
Octal 145 166 272 56 45 0 33 344 46 70
Binary 1100101 1110110 10111010 101110 100101 0 11011 11100100 100110 111000

Color Harmonies of #6576BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6576BA

Black with #6576BA

Text Example


Text Example

White with #6576BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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