Html Css Color HEX #6570A0 Chetwode Blue

📋 copy color: '#6570A0'

red 101 ◦ green 112 ◦ blue 160

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

Shades of Chetwode Blue #6570A0

Tints of Chetwode Blue #6570A0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.03%

 BLUE value IS 160 (62.89% from 255) = 42.9%

R = 27.08%
G = 30.03%
B = 42.9%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6570A0 (or 0x6570A0) is known color: Chetwode Blue. HEX triplet: 65, 70 and A0. RGB value is (101,112,160). Sum of RGB (Red+Green+Blue) = 101+112+160=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 160 - color contains mainly: blue. Hex color #6570A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6570A0 is #9A8F5F. Grayscale: #717171. Windows color (decimal): -10129248 or 10514533. OLE color: 10514533.

HSL color Cylindrical-coordinate representation of color #6570A0: hue angle of 228.81º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6570A0 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 101 112 160 -
CMYK 0.37 0.30 0 0.37
HSL 228.81º 0.24% 0.51% -
HSV(B) 228.81º 0.37% 0.63% -
XYZ 17.51 16.89 35.6 -
YUV 114.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 101 112 160 0.37 0.30 0 0.37 228.81 0.24 0.51
Hex 65 70 A0 25 1E 0 25 E5 18 33
Octal 145 160 240 45 36 0 45 345 30 63
Binary 1100101 1110000 10100000 100101 11110 0 100101 11100101 11000 110011

Color Harmonies of #6570A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6570A0

Black with #6570A0

Text Example


Text Example

White with #6570A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6570A0; }

 p { color: rgb(101,112,160); }

 H1.HeaderClassName
 {
   color: #6570A0;
 }
 .AnyTagClassName
 {
   color: #6570A0;
 }
</style>

background-color css

<style>
 a { background-color: #6570A0; }

 a { background-color: rgb(101,112,160); }

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

border-color css

<style>
 span { border-color: #6570A0; }

 span { border-color: rgb(101,112,160); }

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