Html Css Color HEX #605CDD Slate Blue

📋 copy color: '#605CDD'

red 96 ◦ green 92 ◦ blue 221

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

Shades of Slate Blue #605CDD

Tints of Slate Blue #605CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.49%

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

R = 23.47%
G = 22.49%
B = 54.03%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#605CDD (or 0x605CDD) is known color: Slate Blue. HEX triplet: 60, 5C and DD. RGB value is (96,92,221). Sum of RGB (Red+Green+Blue) = 96+92+221=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #605CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605CDD is #9FA322. Grayscale: #6B6B6B. Windows color (decimal): -10461987 or 14507104. OLE color: 14507104.

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

Color convert

RGB 96 92 221 -
CMYK 0.57 0.58 0 0.13
HSL 241.86º 0.65% 0.61% -
HSV(B) 241.86º 0.58% 0.87% -
XYZ 21.7 15.36 70.23 -
YUV 107.9 191.83 119.51 -
System Red Green Blue C M Y K H S L
Decimal 96 92 221 0.57 0.58 0 0.13 241.86 0.65 0.61
Hex 60 5C DD 39 3A 0 D F2 41 3D
Octal 140 134 335 71 72 0 15 362 101 75
Binary 1100000 1011100 11011101 111001 111010 0 1101 11110010 1000001 111101

Color Harmonies of #605CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605CDD

Black with #605CDD

Text Example


Text Example

White with #605CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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