Html Css Color HEX #6355DD Slate Blue

📋 copy color: '#6355DD'

red 99 ◦ green 85 ◦ blue 221

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

Shades of Slate Blue #6355DD

Tints of Slate Blue #6355DD

RGB

 RED value IS 99 (39.06% from 255) = 24.44%

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

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

R = 24.44%
G = 20.99%
B = 54.57%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6355DD (or 0x6355DD) is known color: Slate Blue. HEX triplet: 63, 55 and DD. RGB value is (99,85,221). Sum of RGB (Red+Green+Blue) = 99+85+221=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #6355DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6355DD is #9CAA22. Grayscale: #686868. Windows color (decimal): -10267171 or 14505315. OLE color: 14505315.

HSL color Cylindrical-coordinate representation of color #6355DD: hue angle of 246.18º 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 #6355DD is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 85 221 -
CMYK 0.55 0.62 0 0.13
HSL 246.18º 0.67% 0.6% -
HSV(B) 246.18º 0.62% 0.87% -
XYZ 21.45 14.37 70.05 -
YUV 104.69 193.64 123.94 -
System Red Green Blue C M Y K H S L
Decimal 99 85 221 0.55 0.62 0 0.13 246.18 0.67 0.6
Hex 63 55 DD 37 3E 0 D F6 43 3C
Octal 143 125 335 67 76 0 15 366 103 74
Binary 1100011 1010101 11011101 110111 111110 0 1101 11110110 1000011 111100

Color Harmonies of #6355DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6355DD

Black with #6355DD

Text Example


Text Example

White with #6355DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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