Html Css Color HEX #605DCC Slate Blue

📋 copy color: '#605DCC'

red 96 ◦ green 93 ◦ blue 204

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

Shades of Slate Blue #605DCC

Tints of Slate Blue #605DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.66%

 BLUE value IS 204 (80.08% from 255) = 51.91%

R = 24.43%
G = 23.66%
B = 51.91%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#605DCC (or 0x605DCC) is known color: Slate Blue. HEX triplet: 60, 5D and CC. RGB value is (96,93,204). Sum of RGB (Red+Green+Blue) = 96+93+204=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #605DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DCC is #9FA233. Grayscale: #6A6A6A. Windows color (decimal): -10461748 or 13393248. OLE color: 13393248.

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

Color convert

RGB 96 93 204 -
CMYK 0.53 0.54 0 0.2
HSL 241.62º 0.52% 0.58% -
HSV(B) 241.62º 0.54% 0.8% -
XYZ 19.64 14.68 58.92 -
YUV 106.55 182.99 120.47 -
System Red Green Blue C M Y K H S L
Decimal 96 93 204 0.53 0.54 0 0.2 241.62 0.52 0.58
Hex 60 5D CC 35 36 0 14 F2 34 3A
Octal 140 135 314 65 66 0 24 362 64 72
Binary 1100000 1011101 11001100 110101 110110 0 10100 11110010 110100 111010

Color Harmonies of #605DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605DCC

Black with #605DCC

Text Example


Text Example

White with #605DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,93,204); }

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

background-color css

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

 a { background-color: rgb(96,93,204); }

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

border-color css

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

 span { border-color: rgb(96,93,204); }

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