Html Css Color HEX #6573D5 Chetwode Blue

📋 copy color: '#6573D5'

red 101 ◦ green 115 ◦ blue 213

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

Shades of Chetwode Blue #6573D5

Tints of Chetwode Blue #6573D5

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.81%

 BLUE value IS 213 (83.59% from 255) = 49.65%

R = 23.54%
G = 26.81%
B = 49.65%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6573D5 (or 0x6573D5) is known color: Chetwode Blue. HEX triplet: 65, 73 and D5. RGB value is (101,115,213). Sum of RGB (Red+Green+Blue) = 101+115+213=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 213 (83.59% from 255 or 49.65% from 429); Max value from RGB is 213 - color contains mainly: blue. Hex color #6573D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6573D5 is #9A8C2A. Grayscale: #797979. Windows color (decimal): -10128427 or 13988709. OLE color: 13988709.

HSL color Cylindrical-coordinate representation of color #6573D5: hue angle of 232.5º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6573D5 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 115 213 -
CMYK 0.53 0.46 0 0.16
HSL 232.5º 0.57% 0.62% -
HSV(B) 232.5º 0.53% 0.84% -
XYZ 23.51 19.83 65.54 -
YUV 121.99 179.36 113.03 -
System Red Green Blue C M Y K H S L
Decimal 101 115 213 0.53 0.46 0 0.16 232.5 0.57 0.62
Hex 65 73 D5 35 2E 0 10 E8 39 3E
Octal 145 163 325 65 56 0 20 350 71 76
Binary 1100101 1110011 11010101 110101 101110 0 10000 11101000 111001 111110

Color Harmonies of #6573D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6573D5

Black with #6573D5

Text Example


Text Example

White with #6573D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6573D5; }

 p { color: rgb(101,115,213); }

 H1.HeaderClassName
 {
   color: #6573D5;
 }
 .AnyTagClassName
 {
   color: #6573D5;
 }
</style>

background-color css

<style>
 a { background-color: #6573D5; }

 a { background-color: rgb(101,115,213); }

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

border-color css

<style>
 span { border-color: #6573D5; }

 span { border-color: rgb(101,115,213); }

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