Html Css Color HEX #605EDC Slate Blue

📋 copy color: '#605EDC'

red 96 ◦ green 94 ◦ blue 220

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

Shades of Slate Blue #605EDC

Tints of Slate Blue #605EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.66%

R = 23.41%
G = 22.93%
B = 53.66%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#605EDC (or 0x605EDC) is known color: Slate Blue. HEX triplet: 60, 5E and DC. RGB value is (96,94,220). Sum of RGB (Red+Green+Blue) = 96+94+220=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #605EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605EDC is #9FA123. Grayscale: #6C6C6C. Windows color (decimal): -10461476 or 14442080. OLE color: 14442080.

HSL color Cylindrical-coordinate representation of color #605EDC: hue angle of 240.95º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #605EDC is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 94 220 -
CMYK 0.56 0.57 0 0.14
HSL 240.95º 0.64% 0.62% -
HSV(B) 240.95º 0.57% 0.86% -
XYZ 21.74 15.66 69.59 -
YUV 108.96 190.66 118.75 -
System Red Green Blue C M Y K H S L
Decimal 96 94 220 0.56 0.57 0 0.14 240.95 0.64 0.62
Hex 60 5E DC 38 39 0 E F1 40 3E
Octal 140 136 334 70 71 0 16 361 100 76
Binary 1100000 1011110 11011100 111000 111001 0 1110 11110001 1000000 111110

Color Harmonies of #605EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605EDC

Black with #605EDC

Text Example


Text Example

White with #605EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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