Html Css Color HEX #605DDA Slate Blue

📋 copy color: '#605DDA'

red 96 ◦ green 93 ◦ blue 218

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

Shades of Slate Blue #605DDA

Tints of Slate Blue #605DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.56%

R = 23.59%
G = 22.85%
B = 53.56%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#605DDA (or 0x605DDA) is known color: Slate Blue. HEX triplet: 60, 5D and DA. RGB value is (96,93,218). Sum of RGB (Red+Green+Blue) = 96+93+218=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #605DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DDA is #9FA225. Grayscale: #6B6B6B. Windows color (decimal): -10461734 or 14310752. OLE color: 14310752.

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

Color convert

RGB 96 93 218 -
CMYK 0.56 0.57 0 0.15
HSL 241.44º 0.63% 0.61% -
HSV(B) 241.44º 0.57% 0.85% -
XYZ 21.39 15.38 68.17 -
YUV 108.15 189.99 119.34 -
System Red Green Blue C M Y K H S L
Decimal 96 93 218 0.56 0.57 0 0.15 241.44 0.63 0.61
Hex 60 5D DA 38 39 0 F F1 3F 3D
Octal 140 135 332 70 71 0 17 361 77 75
Binary 1100000 1011101 11011010 111000 111001 0 1111 11110001 111111 111101

Color Harmonies of #605DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605DDA

Black with #605DDA

Text Example


Text Example

White with #605DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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