Html Css Color HEX #605DE8 Slate Blue

📋 copy color: '#605DE8'

red 96 ◦ green 93 ◦ blue 232

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

Shades of Slate Blue #605DE8

Tints of Slate Blue #605DE8

RGB

 RED value IS 96 (37.89% from 255) = 22.8%

 GREEN value IS 93 (36.72% from 255) = 22.09%

 BLUE value IS 232 (91.02% from 255) = 55.11%

R = 22.8%
G = 22.09%
B = 55.11%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#605DE8 (or 0x605DE8) is known color: Slate Blue. HEX triplet: 60, 5D and E8. RGB value is (96,93,232). Sum of RGB (Red+Green+Blue) = 96+93+232=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 232 (91.02% from 255 or 55.11% from 421); Max value from RGB is 232 - color contains mainly: blue. Hex color #605DE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605DE8 is #9FA217. Grayscale: #6D6D6D. Windows color (decimal): -10461720 or 15228256. OLE color: 15228256.

HSL color Cylindrical-coordinate representation of color #605DE8: hue angle of 241.29º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #605DE8 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 93 232 -
CMYK 0.59 0.60 0 0.09
HSL 241.3º 0.75% 0.64% -
HSV(B) 241.3º 0.6% 0.91% -
XYZ 23.3 16.14 78.23 -
YUV 109.74 196.99 118.2 -
System Red Green Blue C M Y K H S L
Decimal 96 93 232 0.59 0.60 0 0.09 241.3 0.75 0.64
Hex 60 5D E8 3B 3C 0 9 F1 4B 40
Octal 140 135 350 73 74 0 11 361 113 100
Binary 1100000 1011101 11101000 111011 111100 0 1001 11110001 1001011 1000000

Color Harmonies of #605DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605DE8

Black with #605DE8

Text Example


Text Example

White with #605DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605DE8; }

 p { color: rgb(96,93,232); }

 H1.HeaderClassName
 {
   color: #605DE8;
 }
 .AnyTagClassName
 {
   color: #605DE8;
 }
</style>

background-color css

<style>
 a { background-color: #605DE8; }

 a { background-color: rgb(96,93,232); }

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

border-color css

<style>
 span { border-color: #605DE8; }

 span { border-color: rgb(96,93,232); }

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