Html Css Color HEX #6576CA Chetwode Blue

📋 copy color: '#6576CA'

red 101 ◦ green 118 ◦ blue 202

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

Shades of Chetwode Blue #6576CA

Tints of Chetwode Blue #6576CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.98%

R = 23.99%
G = 28.03%
B = 47.98%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6576CA (or 0x6576CA) is known color: Chetwode Blue. HEX triplet: 65, 76 and CA. RGB value is (101,118,202). Sum of RGB (Red+Green+Blue) = 101+118+202=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #6576CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6576CA is #9A8935. Grayscale: #7A7A7A. Windows color (decimal): -10127670 or 13268581. OLE color: 13268581.

HSL color Cylindrical-coordinate representation of color #6576CA: hue angle of 229.9º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6576CA is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 118 202 -
CMYK 0.50 0.42 0 0.21
HSL 229.9º 0.49% 0.59% -
HSV(B) 229.9º 0.5% 0.79% -
XYZ 22.51 19.99 58.55 -
YUV 122.49 172.87 112.67 -
System Red Green Blue C M Y K H S L
Decimal 101 118 202 0.50 0.42 0 0.21 229.9 0.49 0.59
Hex 65 76 CA 32 2A 0 15 E6 31 3B
Octal 145 166 312 62 52 0 25 346 61 73
Binary 1100101 1110110 11001010 110010 101010 0 10101 11100110 110001 111011

Color Harmonies of #6576CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6576CA

Black with #6576CA

Text Example


Text Example

White with #6576CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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