Html Css Color HEX #604CDC Slate Blue

📋 copy color: '#604CDC'

red 96 ◦ green 76 ◦ blue 220

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

Shades of Slate Blue #604CDC

Tints of Slate Blue #604CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.39%

 BLUE value IS 220 (86.33% from 255) = 56.12%

R = 24.49%
G = 19.39%
B = 56.12%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#604CDC (or 0x604CDC) is known color: Slate Blue. HEX triplet: 60, 4C and DC. RGB value is (96,76,220). Sum of RGB (Red+Green+Blue) = 96+76+220=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #604CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604CDC is #9FB323. Grayscale: #616161. Windows color (decimal): -10466084 or 14437472. OLE color: 14437472.

HSL color Cylindrical-coordinate representation of color #604CDC: hue angle of 248.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #604CDC is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 76 220 -
CMYK 0.56 0.65 0 0.14
HSL 248.33º 0.67% 0.58% -
HSV(B) 248.33º 0.65% 0.86% -
XYZ 20.33 12.82 69.11 -
YUV 98.4 196.63 126.29 -
System Red Green Blue C M Y K H S L
Decimal 96 76 220 0.56 0.65 0 0.14 248.33 0.67 0.58
Hex 60 4C DC 38 41 0 E F8 43 3A
Octal 140 114 334 70 101 0 16 370 103 72
Binary 1100000 1001100 11011100 111000 1000001 0 1110 11111000 1000011 111010

Color Harmonies of #604CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604CDC

Black with #604CDC

Text Example


Text Example

White with #604CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604CDC; }

 p { color: rgb(96,76,220); }

 H1.HeaderClassName
 {
   color: #604CDC;
 }
 .AnyTagClassName
 {
   color: #604CDC;
 }
</style>

background-color css

<style>
 a { background-color: #604CDC; }

 a { background-color: rgb(96,76,220); }

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

border-color css

<style>
 span { border-color: #604CDC; }

 span { border-color: rgb(96,76,220); }

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