Html Css Color HEX #6570BE Chetwode Blue

📋 copy color: '#6570BE'

red 101 ◦ green 112 ◦ blue 190

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

Shades of Chetwode Blue #6570BE

Tints of Chetwode Blue #6570BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 25.06%
G = 27.79%
B = 47.15%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6570BE (or 0x6570BE) is known color: Chetwode Blue. HEX triplet: 65, 70 and BE. RGB value is (101,112,190). Sum of RGB (Red+Green+Blue) = 101+112+190=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #6570BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6570BE is #9A8F41. Grayscale: #757575. Windows color (decimal): -10129218 or 12480613. OLE color: 12480613.

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

Color convert

RGB 101 112 190 -
CMYK 0.47 0.41 0 0.25
HSL 232.58º 0.41% 0.57% -
HSV(B) 232.58º 0.47% 0.75% -
XYZ 20.46 18.07 51.13 -
YUV 117.6 168.86 116.16 -
System Red Green Blue C M Y K H S L
Decimal 101 112 190 0.47 0.41 0 0.25 232.58 0.41 0.57
Hex 65 70 BE 2F 29 0 19 E9 29 39
Octal 145 160 276 57 51 0 31 351 51 71
Binary 1100101 1110000 10111110 101111 101001 0 11001 11101001 101001 111001

Color Harmonies of #6570BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6570BE

Black with #6570BE

Text Example


Text Example

White with #6570BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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