Html Css Color HEX #605ED3 Slate Blue

📋 copy color: '#605ED3'

red 96 ◦ green 94 ◦ blue 211

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

Shades of Slate Blue #605ED3

Tints of Slate Blue #605ED3

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.44%

 BLUE value IS 211 (82.81% from 255) = 52.62%

R = 23.94%
G = 23.44%
B = 52.62%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#605ED3 (or 0x605ED3) is known color: Slate Blue. HEX triplet: 60, 5E and D3. RGB value is (96,94,211). Sum of RGB (Red+Green+Blue) = 96+94+211=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 211 (82.81% from 255 or 52.62% from 401); Max value from RGB is 211 - color contains mainly: blue. Hex color #605ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ED3 is #9FA12C. Grayscale: #6B6B6B. Windows color (decimal): -10461485 or 13852256. OLE color: 13852256.

HSL color Cylindrical-coordinate representation of color #605ED3: hue angle of 241.03º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #605ED3 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 96 94 211 -
CMYK 0.55 0.55 0 0.17
HSL 241.03º 0.57% 0.6% -
HSV(B) 241.03º 0.55% 0.83% -
XYZ 20.58 15.2 63.48 -
YUV 107.94 186.16 119.49 -
System Red Green Blue C M Y K H S L
Decimal 96 94 211 0.55 0.55 0 0.17 241.03 0.57 0.6
Hex 60 5E D3 37 37 0 11 F1 39 3C
Octal 140 136 323 67 67 0 21 361 71 74
Binary 1100000 1011110 11010011 110111 110111 0 10001 11110001 111001 111100

Color Harmonies of #605ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605ED3

Black with #605ED3

Text Example


Text Example

White with #605ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,94,211); }

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

background-color css

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

 a { background-color: rgb(96,94,211); }

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

border-color css

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

 span { border-color: rgb(96,94,211); }

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