Html Css Color HEX #605BC6 Slate Blue

📋 copy color: '#605BC6'

red 96 ◦ green 91 ◦ blue 198

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

Shades of Slate Blue #605BC6

Tints of Slate Blue #605BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 51.43%

R = 24.94%
G = 23.64%
B = 51.43%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#605BC6 (or 0x605BC6) is known color: Slate Blue. HEX triplet: 60, 5B and C6. RGB value is (96,91,198). Sum of RGB (Red+Green+Blue) = 96+91+198=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #605BC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BC6 is #9FA439. Grayscale: #686868. Windows color (decimal): -10462266 or 12999520. OLE color: 12999520.

HSL color Cylindrical-coordinate representation of color #605BC6: hue angle of 242.8º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #605BC6 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 91 198 -
CMYK 0.52 0.54 0 0.22
HSL 242.8º 0.48% 0.57% -
HSV(B) 242.8º 0.54% 0.78% -
XYZ 18.76 14.05 55.15 -
YUV 104.69 180.66 121.8 -
System Red Green Blue C M Y K H S L
Decimal 96 91 198 0.52 0.54 0 0.22 242.8 0.48 0.57
Hex 60 5B C6 34 36 0 16 F3 30 39
Octal 140 133 306 64 66 0 26 363 60 71
Binary 1100000 1011011 11000110 110100 110110 0 10110 11110011 110000 111001

Color Harmonies of #605BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605BC6

Black with #605BC6

Text Example


Text Example

White with #605BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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