Html Css Color HEX #6354EA Slate Blue

📋 copy color: '#6354EA'

red 99 ◦ green 84 ◦ blue 234

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

Shades of Slate Blue #6354EA

Tints of Slate Blue #6354EA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.14%

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

R = 23.74%
G = 20.14%
B = 56.12%

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

#6354EA (or 0x6354EA) is known color: Slate Blue. HEX triplet: 63, 54 and EA. RGB value is (99,84,234). Sum of RGB (Red+Green+Blue) = 99+84+234=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #6354EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6354EA is #9CAB15. Grayscale: #686868. Windows color (decimal): -10267414 or 15357027. OLE color: 15357027.

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

Color convert

RGB 99 84 234 -
CMYK 0.58 0.64 0 0.08
HSL 246º 0.78% 0.62% -
HSV(B) 246º 0.64% 0.92% -
XYZ 23.17 14.93 79.5 -
YUV 105.59 200.47 123.3 -
System Red Green Blue C M Y K H S L
Decimal 99 84 234 0.58 0.64 0 0.08 246 0.78 0.62
Hex 63 54 EA 3A 40 0 8 F6 4E 3E
Octal 143 124 352 72 100 0 10 366 116 76
Binary 1100011 1010100 11101010 111010 1000000 0 1000 11110110 1001110 111110

Color Harmonies of #6354EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6354EA

Black with #6354EA

Text Example


Text Example

White with #6354EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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