Html Css Color HEX #604CDF Slate Blue

📋 copy color: '#604CDF'

red 96 ◦ green 76 ◦ blue 223

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

Shades of Slate Blue #604CDF

Tints of Slate Blue #604CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.46%

R = 24.3%
G = 19.24%
B = 56.46%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#604CDF (or 0x604CDF) is known color: Slate Blue. HEX triplet: 60, 4C and DF. RGB value is (96,76,223). Sum of RGB (Red+Green+Blue) = 96+76+223=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #604CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604CDF is #9FB320. Grayscale: #626262. Windows color (decimal): -10466081 or 14634080. OLE color: 14634080.

HSL color Cylindrical-coordinate representation of color #604CDF: hue angle of 248.16º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #604CDF is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 76 223 -
CMYK 0.57 0.66 0 0.13
HSL 248.16º 0.7% 0.59% -
HSV(B) 248.16º 0.66% 0.87% -
XYZ 20.73 12.98 71.23 -
YUV 98.74 198.13 126.05 -
System Red Green Blue C M Y K H S L
Decimal 96 76 223 0.57 0.66 0 0.13 248.16 0.7 0.59
Hex 60 4C DF 39 42 0 D F8 46 3B
Octal 140 114 337 71 102 0 15 370 106 73
Binary 1100000 1001100 11011111 111001 1000010 0 1101 11111000 1000110 111011

Color Harmonies of #604CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604CDF

Black with #604CDF

Text Example


Text Example

White with #604CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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