Html Css Color HEX #605EDB Slate Blue

📋 copy color: '#605EDB'

red 96 ◦ green 94 ◦ blue 219

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

Shades of Slate Blue #605EDB

Tints of Slate Blue #605EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.55%

R = 23.47%
G = 22.98%
B = 53.55%

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

#605EDB (or 0x605EDB) is known color: Slate Blue. HEX triplet: 60, 5E and DB. RGB value is (96,94,219). Sum of RGB (Red+Green+Blue) = 96+94+219=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #605EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605EDB is #9FA124. Grayscale: #6C6C6C. Windows color (decimal): -10461477 or 14376544. OLE color: 14376544.

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

Color convert

RGB 96 94 219 -
CMYK 0.56 0.57 0 0.14
HSL 240.96º 0.63% 0.61% -
HSV(B) 240.96º 0.57% 0.86% -
XYZ 21.61 15.61 68.89 -
YUV 108.85 190.16 118.84 -
System Red Green Blue C M Y K H S L
Decimal 96 94 219 0.56 0.57 0 0.14 240.96 0.63 0.61
Hex 60 5E DB 38 39 0 E F1 3F 3D
Octal 140 136 333 70 71 0 16 361 77 75
Binary 1100000 1011110 11011011 111000 111001 0 1110 11110001 111111 111101

Color Harmonies of #605EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605EDB

Black with #605EDB

Text Example


Text Example

White with #605EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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