Html Css Color HEX #605CCB Slate Blue

📋 copy color: '#605CCB'

red 96 ◦ green 92 ◦ blue 203

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

Shades of Slate Blue #605CCB

Tints of Slate Blue #605CCB

RGB

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

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

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

R = 24.55%
G = 23.53%
B = 51.92%

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

#605CCB (or 0x605CCB) is known color: Slate Blue. HEX triplet: 60, 5C and CB. RGB value is (96,92,203). Sum of RGB (Red+Green+Blue) = 96+92+203=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #605CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605CCB is #9FA334. Grayscale: #696969. Windows color (decimal): -10462005 or 13327456. OLE color: 13327456.

HSL color Cylindrical-coordinate representation of color #605CCB: hue angle of 242.16º degrees, saturation: 0.52, 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 #605CCB is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 92 203 -
CMYK 0.53 0.55 0 0.20
HSL 242.16º 0.52% 0.58% -
HSV(B) 242.16º 0.55% 0.8% -
XYZ 19.43 14.45 58.27 -
YUV 105.85 182.83 120.97 -
System Red Green Blue C M Y K H S L
Decimal 96 92 203 0.53 0.55 0 0.20 242.16 0.52 0.58
Hex 60 5C CB 35 37 0 14 F2 34 3A
Octal 140 134 313 65 67 0 24 362 64 72
Binary 1100000 1011100 11001011 110101 110111 0 10100 11110010 110100 111010

Color Harmonies of #605CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605CCB

Black with #605CCB

Text Example


Text Example

White with #605CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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