Html Css Color HEX #605ACB Slate Blue

📋 copy color: '#605ACB'

red 96 ◦ green 90 ◦ blue 203

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

Shades of Slate Blue #605ACB

Tints of Slate Blue #605ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.19%

R = 24.68%
G = 23.14%
B = 52.19%

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

#605ACB (or 0x605ACB) is known color: Slate Blue. HEX triplet: 60, 5A and CB. RGB value is (96,90,203). Sum of RGB (Red+Green+Blue) = 96+90+203=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #605ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ACB is #9FA534. Grayscale: #686868. Windows color (decimal): -10462517 or 13326944. OLE color: 13326944.

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

Color convert

RGB 96 90 203 -
CMYK 0.53 0.56 0 0.20
HSL 243.19º 0.52% 0.57% -
HSV(B) 243.19º 0.56% 0.8% -
XYZ 19.26 14.11 58.21 -
YUV 104.68 183.49 121.81 -
System Red Green Blue C M Y K H S L
Decimal 96 90 203 0.53 0.56 0 0.20 243.19 0.52 0.57
Hex 60 5A CB 35 38 0 14 F3 34 39
Octal 140 132 313 65 70 0 24 363 64 71
Binary 1100000 1011010 11001011 110101 111000 0 10100 11110011 110100 111001

Color Harmonies of #605ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605ACB

Black with #605ACB

Text Example


Text Example

White with #605ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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