Html Css Color HEX #605CCD Slate Blue

📋 copy color: '#605CCD'

red 96 ◦ green 92 ◦ blue 205

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

Shades of Slate Blue #605CCD

Tints of Slate Blue #605CCD

RGB

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

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

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

R = 24.43%
G = 23.41%
B = 52.16%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#605CCD (or 0x605CCD) is known color: Slate Blue. HEX triplet: 60, 5C and CD. RGB value is (96,92,205). Sum of RGB (Red+Green+Blue) = 96+92+205=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #605CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605CCD is #9FA332. Grayscale: #696969. Windows color (decimal): -10462003 or 13458528. OLE color: 13458528.

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

Color convert

RGB 96 92 205 -
CMYK 0.53 0.55 0 0.20
HSL 242.12º 0.53% 0.58% -
HSV(B) 242.12º 0.55% 0.8% -
XYZ 19.67 14.55 59.53 -
YUV 106.08 183.83 120.81 -
System Red Green Blue C M Y K H S L
Decimal 96 92 205 0.53 0.55 0 0.20 242.12 0.53 0.58
Hex 60 5C CD 35 37 0 14 F2 35 3A
Octal 140 134 315 65 67 0 24 362 65 72
Binary 1100000 1011100 11001101 110101 110111 0 10100 11110010 110101 111010

Color Harmonies of #605CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605CCD

Black with #605CCD

Text Example


Text Example

White with #605CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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