Html Css Color HEX #605AD8 Slate Blue

📋 copy color: '#605AD8'

red 96 ◦ green 90 ◦ blue 216

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

Shades of Slate Blue #605AD8

Tints of Slate Blue #605AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 53.73%

R = 23.88%
G = 22.39%
B = 53.73%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#605AD8 (or 0x605AD8) is known color: Slate Blue. HEX triplet: 60, 5A and D8. RGB value is (96,90,216). Sum of RGB (Red+Green+Blue) = 96+90+216=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 216 (84.77% from 255 or 53.73% from 402); Max value from RGB is 216 - color contains mainly: blue. Hex color #605AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605AD8 is #9FA527. Grayscale: #696969. Windows color (decimal): -10462504 or 14178912. OLE color: 14178912.

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

Color convert

RGB 96 90 216 -
CMYK 0.56 0.58 0 0.15
HSL 242.86º 0.62% 0.6% -
HSV(B) 242.86º 0.58% 0.85% -
XYZ 20.87 14.76 66.71 -
YUV 106.16 189.99 120.75 -
System Red Green Blue C M Y K H S L
Decimal 96 90 216 0.56 0.58 0 0.15 242.86 0.62 0.6
Hex 60 5A D8 38 3A 0 F F3 3E 3C
Octal 140 132 330 70 72 0 17 363 76 74
Binary 1100000 1011010 11011000 111000 111010 0 1111 11110011 111110 111100

Color Harmonies of #605AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605AD8

Black with #605AD8

Text Example


Text Example

White with #605AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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