Html Css Color HEX #6155DD Slate Blue

📋 copy color: '#6155DD'

red 97 ◦ green 85 ◦ blue 221

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

Shades of Slate Blue #6155DD

Tints of Slate Blue #6155DD

RGB

 RED value IS 97 (38.28% from 255) = 24.07%

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

 BLUE value IS 221 (86.72% from 255) = 54.84%

R = 24.07%
G = 21.09%
B = 54.84%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6155DD (or 0x6155DD) is known color: Slate Blue. HEX triplet: 61, 55 and DD. RGB value is (97,85,221). Sum of RGB (Red+Green+Blue) = 97+85+221=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #6155DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155DD is #9EAA22. Grayscale: #676767. Windows color (decimal): -10398243 or 14505313. OLE color: 14505313.

HSL color Cylindrical-coordinate representation of color #6155DD: hue angle of 245.29º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6155DD is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 85 221 -
CMYK 0.56 0.62 0 0.13
HSL 245.29º 0.67% 0.6% -
HSV(B) 245.29º 0.62% 0.87% -
XYZ 21.23 14.26 70.04 -
YUV 104.09 193.98 122.94 -
System Red Green Blue C M Y K H S L
Decimal 97 85 221 0.56 0.62 0 0.13 245.29 0.67 0.6
Hex 61 55 DD 38 3E 0 D F5 43 3C
Octal 141 125 335 70 76 0 15 365 103 74
Binary 1100001 1010101 11011101 111000 111110 0 1101 11110101 1000011 111100

Color Harmonies of #6155DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6155DD

Black with #6155DD

Text Example


Text Example

White with #6155DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6155DD; }

 p { color: rgb(97,85,221); }

 H1.HeaderClassName
 {
   color: #6155DD;
 }
 .AnyTagClassName
 {
   color: #6155DD;
 }
</style>

background-color css

<style>
 a { background-color: #6155DD; }

 a { background-color: rgb(97,85,221); }

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

border-color css

<style>
 span { border-color: #6155DD; }

 span { border-color: rgb(97,85,221); }

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