Html Css Color HEX #6570AD Chetwode Blue

📋 copy color: '#6570AD'

red 101 ◦ green 112 ◦ blue 173

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

Shades of Chetwode Blue #6570AD

Tints of Chetwode Blue #6570AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.82%

R = 26.17%
G = 29.02%
B = 44.82%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6570AD (or 0x6570AD) is known color: Chetwode Blue. HEX triplet: 65, 70 and AD. RGB value is (101,112,173). Sum of RGB (Red+Green+Blue) = 101+112+173=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #6570AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6570AD is #9A8F52. Grayscale: #737373. Windows color (decimal): -10129235 or 11366501. OLE color: 11366501.

HSL color Cylindrical-coordinate representation of color #6570AD: hue angle of 230.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6570AD is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 112 173 -
CMYK 0.42 0.35 0 0.32
HSL 230.83º 0.31% 0.54% -
HSV(B) 230.83º 0.42% 0.68% -
XYZ 18.7 17.37 41.9 -
YUV 115.67 160.36 117.54 -
System Red Green Blue C M Y K H S L
Decimal 101 112 173 0.42 0.35 0 0.32 230.83 0.31 0.54
Hex 65 70 AD 2A 23 0 20 E7 1F 36
Octal 145 160 255 52 43 0 40 347 37 66
Binary 1100101 1110000 10101101 101010 100011 0 100000 11100111 11111 110110

Color Harmonies of #6570AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6570AD

Black with #6570AD

Text Example


Text Example

White with #6570AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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