Html Css Color HEX #6555CE Slate Blue

📋 copy color: '#6555CE'

red 101 ◦ green 85 ◦ blue 206

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

Shades of Slate Blue #6555CE

Tints of Slate Blue #6555CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.68%

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

R = 25.77%
G = 21.68%
B = 52.55%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6555CE (or 0x6555CE) is known color: Slate Blue. HEX triplet: 65, 55 and CE. RGB value is (101,85,206). Sum of RGB (Red+Green+Blue) = 101+85+206=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #6555CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6555CE is #9AAA31. Grayscale: #676767. Windows color (decimal): -10136114 or 13522277. OLE color: 13522277.

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

Color convert

RGB 101 85 206 -
CMYK 0.51 0.59 0 0.19
HSL 247.93º 0.55% 0.57% -
HSV(B) 247.93º 0.59% 0.81% -
XYZ 19.76 13.72 60 -
YUV 103.58 185.8 126.16 -
System Red Green Blue C M Y K H S L
Decimal 101 85 206 0.51 0.59 0 0.19 247.93 0.55 0.57
Hex 65 55 CE 33 3B 0 13 F8 37 39
Octal 145 125 316 63 73 0 23 370 67 71
Binary 1100101 1010101 11001110 110011 111011 0 10011 11111000 110111 111001

Color Harmonies of #6555CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6555CE

Black with #6555CE

Text Example


Text Example

White with #6555CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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