Html Css Color HEX #6355EA Slate Blue

📋 copy color: '#6355EA'

red 99 ◦ green 85 ◦ blue 234

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

Shades of Slate Blue #6355EA

Tints of Slate Blue #6355EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.98%

R = 23.68%
G = 20.33%
B = 55.98%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6355EA (or 0x6355EA) is known color: Slate Blue. HEX triplet: 63, 55 and EA. RGB value is (99,85,234). Sum of RGB (Red+Green+Blue) = 99+85+234=418 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.68% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #6355EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6355EA is #9CAA15. Grayscale: #696969. Windows color (decimal): -10267158 or 15357283. OLE color: 15357283.

HSL color Cylindrical-coordinate representation of color #6355EA: hue angle of 245.64º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6355EA is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 85 234 -
CMYK 0.58 0.64 0 0.08
HSL 245.64º 0.78% 0.63% -
HSV(B) 245.64º 0.64% 0.92% -
XYZ 23.25 15.09 79.53 -
YUV 106.17 200.14 122.88 -
System Red Green Blue C M Y K H S L
Decimal 99 85 234 0.58 0.64 0 0.08 245.64 0.78 0.63
Hex 63 55 EA 3A 40 0 8 F6 4E 3F
Octal 143 125 352 72 100 0 10 366 116 77
Binary 1100011 1010101 11101010 111010 1000000 0 1000 11110110 1001110 111111

Color Harmonies of #6355EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6355EA

Black with #6355EA

Text Example


Text Example

White with #6355EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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