Html Css Color HEX #6573CB Chetwode Blue

📋 copy color: '#6573CB'

red 101 ◦ green 115 ◦ blue 203

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

Shades of Chetwode Blue #6573CB

Tints of Chetwode Blue #6573CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 24.11%
G = 27.45%
B = 48.45%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6573CB (or 0x6573CB) is known color: Chetwode Blue. HEX triplet: 65, 73 and CB. RGB value is (101,115,203). Sum of RGB (Red+Green+Blue) = 101+115+203=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #6573CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6573CB is #9A8C34. Grayscale: #787878. Windows color (decimal): -10128437 or 13333349. OLE color: 13333349.

HSL color Cylindrical-coordinate representation of color #6573CB: hue angle of 231.76º 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 #6573CB is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 115 203 -
CMYK 0.50 0.43 0 0.20
HSL 231.76º 0.5% 0.6% -
HSV(B) 231.76º 0.5% 0.8% -
XYZ 22.28 19.34 59.06 -
YUV 120.85 174.36 113.84 -
System Red Green Blue C M Y K H S L
Decimal 101 115 203 0.50 0.43 0 0.20 231.76 0.5 0.6
Hex 65 73 CB 32 2B 0 14 E8 32 3C
Octal 145 163 313 62 53 0 24 350 62 74
Binary 1100101 1110011 11001011 110010 101011 0 10100 11101000 110010 111100

Color Harmonies of #6573CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6573CB

Black with #6573CB

Text Example


Text Example

White with #6573CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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