Html Css Color HEX #605ADD Slate Blue

📋 copy color: '#605ADD'

red 96 ◦ green 90 ◦ blue 221

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

Shades of Slate Blue #605ADD

Tints of Slate Blue #605ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.11%

 BLUE value IS 221 (86.72% from 255) = 54.3%

R = 23.59%
G = 22.11%
B = 54.3%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#605ADD (or 0x605ADD) is known color: Slate Blue. HEX triplet: 60, 5A and DD. RGB value is (96,90,221). Sum of RGB (Red+Green+Blue) = 96+90+221=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #605ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ADD is #9FA522. Grayscale: #6A6A6A. Windows color (decimal): -10462499 or 14506592. OLE color: 14506592.

HSL color Cylindrical-coordinate representation of color #605ADD: hue angle of 242.75º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #605ADD is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 90 221 -
CMYK 0.57 0.59 0 0.13
HSL 242.75º 0.66% 0.61% -
HSV(B) 242.75º 0.59% 0.87% -
XYZ 21.53 15.02 70.17 -
YUV 106.73 192.49 120.35 -
System Red Green Blue C M Y K H S L
Decimal 96 90 221 0.57 0.59 0 0.13 242.75 0.66 0.61
Hex 60 5A DD 39 3B 0 D F3 42 3D
Octal 140 132 335 71 73 0 15 363 102 75
Binary 1100000 1011010 11011101 111001 111011 0 1101 11110011 1000010 111101

Color Harmonies of #605ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605ADD

Black with #605ADD

Text Example


Text Example

White with #605ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,90,221); }

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

background-color css

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

 a { background-color: rgb(96,90,221); }

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

border-color css

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

 span { border-color: rgb(96,90,221); }

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