Html Css Color HEX #604FDA Slate Blue

📋 copy color: '#604FDA'

red 96 ◦ green 79 ◦ blue 218

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

Shades of Slate Blue #604FDA

Tints of Slate Blue #604FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.1%

 BLUE value IS 218 (85.55% from 255) = 55.47%

R = 24.43%
G = 20.1%
B = 55.47%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#604FDA (or 0x604FDA) is known color: Slate Blue. HEX triplet: 60, 4F and DA. RGB value is (96,79,218). Sum of RGB (Red+Green+Blue) = 96+79+218=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #604FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604FDA is #9FB025. Grayscale: #636363. Windows color (decimal): -10465318 or 14307168. OLE color: 14307168.

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

Color convert

RGB 96 79 218 -
CMYK 0.56 0.64 0 0.15
HSL 247.34º 0.65% 0.58% -
HSV(B) 247.34º 0.64% 0.85% -
XYZ 20.27 13.14 67.8 -
YUV 99.93 194.63 125.2 -
System Red Green Blue C M Y K H S L
Decimal 96 79 218 0.56 0.64 0 0.15 247.34 0.65 0.58
Hex 60 4F DA 38 40 0 F F7 41 3A
Octal 140 117 332 70 100 0 17 367 101 72
Binary 1100000 1001111 11011010 111000 1000000 0 1111 11110111 1000001 111010

Color Harmonies of #604FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604FDA

Black with #604FDA

Text Example


Text Example

White with #604FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,79,218); }

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

background-color css

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

 a { background-color: rgb(96,79,218); }

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

border-color css

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

 span { border-color: rgb(96,79,218); }

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