Html Css Color HEX #6560CE Slate Blue

📋 copy color: '#6560CE'

red 101 ◦ green 96 ◦ blue 206

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

Shades of Slate Blue #6560CE

Tints of Slate Blue #6560CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.82%

 BLUE value IS 206 (80.86% from 255) = 51.12%

R = 25.06%
G = 23.82%
B = 51.12%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6560CE (or 0x6560CE) is known color: Slate Blue. HEX triplet: 65, 60 and CE. RGB value is (101,96,206). Sum of RGB (Red+Green+Blue) = 101+96+206=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #6560CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6560CE is #9A9F31. Grayscale: #6D6D6D. Windows color (decimal): -10133298 or 13525093. OLE color: 13525093.

HSL color Cylindrical-coordinate representation of color #6560CE: hue angle of 242.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6560CE is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 96 206 -
CMYK 0.51 0.53 0 0.19
HSL 242.73º 0.53% 0.59% -
HSV(B) 242.73º 0.53% 0.81% -
XYZ 20.69 15.59 60.31 -
YUV 110.04 182.16 121.56 -
System Red Green Blue C M Y K H S L
Decimal 101 96 206 0.51 0.53 0 0.19 242.73 0.53 0.59
Hex 65 60 CE 33 35 0 13 F3 35 3B
Octal 145 140 316 63 65 0 23 363 65 73
Binary 1100101 1100000 11001110 110011 110101 0 10011 11110011 110101 111011

Color Harmonies of #6560CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6560CE

Black with #6560CE

Text Example


Text Example

White with #6560CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6560CE; }

 p { color: rgb(101,96,206); }

 H1.HeaderClassName
 {
   color: #6560CE;
 }
 .AnyTagClassName
 {
   color: #6560CE;
 }
</style>

background-color css

<style>
 a { background-color: #6560CE; }

 a { background-color: rgb(101,96,206); }

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

border-color css

<style>
 span { border-color: #6560CE; }

 span { border-color: rgb(101,96,206); }

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