Html Css Color HEX #6542CE Slate Blue

📋 copy color: '#6542CE'

red 101 ◦ green 66 ◦ blue 206

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

Shades of Slate Blue #6542CE

Tints of Slate Blue #6542CE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.69%

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

R = 27.08%
G = 17.69%
B = 55.23%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6542CE (or 0x6542CE) is known color: Slate Blue. HEX triplet: 65, 42 and CE. RGB value is (101,66,206). Sum of RGB (Red+Green+Blue) = 101+66+206=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #6542CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6542CE is #9ABD31. Grayscale: #5B5B5B. Windows color (decimal): -10140978 or 13517413. OLE color: 13517413.

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

Color convert

RGB 101 66 206 -
CMYK 0.51 0.68 0 0.19
HSL 255º 0.59% 0.53% -
HSV(B) 255º 0.68% 0.81% -
XYZ 18.46 11.12 59.57 -
YUV 92.43 192.1 134.12 -
System Red Green Blue C M Y K H S L
Decimal 101 66 206 0.51 0.68 0 0.19 255 0.59 0.53
Hex 65 42 CE 33 44 0 13 FF 3B 35
Octal 145 102 316 63 104 0 23 377 73 65
Binary 1100101 1000010 11001110 110011 1000100 0 10011 11111111 111011 110101

Color Harmonies of #6542CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6542CE

Black with #6542CE

Text Example


Text Example

White with #6542CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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