Html Css Color HEX #605BCD Slate Blue

📋 copy color: '#605BCD'

red 96 ◦ green 91 ◦ blue 205

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

Shades of Slate Blue #605BCD

Tints of Slate Blue #605BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.21%

 BLUE value IS 205 (80.47% from 255) = 52.3%

R = 24.49%
G = 23.21%
B = 52.3%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#605BCD (or 0x605BCD) is known color: Slate Blue. HEX triplet: 60, 5B and CD. RGB value is (96,91,205). Sum of RGB (Red+Green+Blue) = 96+91+205=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #605BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BCD is #9FA432. Grayscale: #696969. Windows color (decimal): -10462259 or 13458272. OLE color: 13458272.

HSL color Cylindrical-coordinate representation of color #605BCD: hue angle of 242.63º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #605BCD is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 91 205 -
CMYK 0.53 0.56 0 0.20
HSL 242.63º 0.53% 0.58% -
HSV(B) 242.63º 0.56% 0.8% -
XYZ 19.58 14.38 59.5 -
YUV 105.49 184.16 121.23 -
System Red Green Blue C M Y K H S L
Decimal 96 91 205 0.53 0.56 0 0.20 242.63 0.53 0.58
Hex 60 5B CD 35 38 0 14 F3 35 3A
Octal 140 133 315 65 70 0 24 363 65 72
Binary 1100000 1011011 11001101 110101 111000 0 10100 11110011 110101 111010

Color Harmonies of #605BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605BCD

Black with #605BCD

Text Example


Text Example

White with #605BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,91,205); }

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

background-color css

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

 a { background-color: rgb(96,91,205); }

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

border-color css

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

 span { border-color: rgb(96,91,205); }

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