Html Css Color HEX #6570BD Chetwode Blue

📋 copy color: '#6570BD'

red 101 ◦ green 112 ◦ blue 189

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

Shades of Chetwode Blue #6570BD

Tints of Chetwode Blue #6570BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.01%

R = 25.12%
G = 27.86%
B = 47.01%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6570BD (or 0x6570BD) is known color: Chetwode Blue. HEX triplet: 65, 70 and BD. RGB value is (101,112,189). Sum of RGB (Red+Green+Blue) = 101+112+189=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #6570BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6570BD is #9A8F42. Grayscale: #757575. Windows color (decimal): -10129219 or 12415077. OLE color: 12415077.

HSL color Cylindrical-coordinate representation of color #6570BD: hue angle of 232.5º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6570BD is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 112 189 -
CMYK 0.47 0.41 0 0.26
HSL 232.5º 0.4% 0.57% -
HSV(B) 232.5º 0.47% 0.74% -
XYZ 20.35 18.03 50.55 -
YUV 117.49 168.36 116.24 -
System Red Green Blue C M Y K H S L
Decimal 101 112 189 0.47 0.41 0 0.26 232.5 0.4 0.57
Hex 65 70 BD 2F 29 0 1A E8 28 39
Octal 145 160 275 57 51 0 32 350 50 71
Binary 1100101 1110000 10111101 101111 101001 0 11010 11101000 101000 111001

Color Harmonies of #6570BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6570BD

Black with #6570BD

Text Example


Text Example

White with #6570BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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