Html Css Color HEX #6576CC Chetwode Blue

📋 copy color: '#6576CC'

red 101 ◦ green 118 ◦ blue 204

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

Shades of Chetwode Blue #6576CC

Tints of Chetwode Blue #6576CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 23.88%
G = 27.9%
B = 48.23%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6576CC (or 0x6576CC) is known color: Chetwode Blue. HEX triplet: 65, 76 and CC. RGB value is (101,118,204). Sum of RGB (Red+Green+Blue) = 101+118+204=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #6576CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6576CC is #9A8933. Grayscale: #7A7A7A. Windows color (decimal): -10127668 or 13399653. OLE color: 13399653.

HSL color Cylindrical-coordinate representation of color #6576CC: hue angle of 230.1º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6576CC is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 118 204 -
CMYK 0.50 0.42 0 0.2
HSL 230.1º 0.5% 0.6% -
HSV(B) 230.1º 0.5% 0.8% -
XYZ 22.74 20.08 59.8 -
YUV 122.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 101 118 204 0.50 0.42 0 0.2 230.1 0.5 0.6
Hex 65 76 CC 32 2A 0 14 E6 32 3C
Octal 145 166 314 62 52 0 24 346 62 74
Binary 1100101 1110110 11001100 110010 101010 0 10100 11100110 110010 111100

Color Harmonies of #6576CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6576CC

Black with #6576CC

Text Example


Text Example

White with #6576CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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