Html Css Color HEX #604ECF Slate Blue

📋 copy color: '#604ECF'

red 96 ◦ green 78 ◦ blue 207

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

Shades of Slate Blue #604ECF

Tints of Slate Blue #604ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.47%

 BLUE value IS 207 (81.25% from 255) = 54.33%

R = 25.2%
G = 20.47%
B = 54.33%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#604ECF (or 0x604ECF) is known color: Slate Blue. HEX triplet: 60, 4E and CF. RGB value is (96,78,207). Sum of RGB (Red+Green+Blue) = 96+78+207=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #604ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604ECF is #9FB130. Grayscale: #616161. Windows color (decimal): -10465585 or 13586016. OLE color: 13586016.

HSL color Cylindrical-coordinate representation of color #604ECF: hue angle of 248.37º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #604ECF is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 78 207 -
CMYK 0.54 0.62 0 0.19
HSL 248.37º 0.57% 0.56% -
HSV(B) 248.37º 0.62% 0.81% -
XYZ 18.81 12.44 60.44 -
YUV 98.09 189.46 126.51 -
System Red Green Blue C M Y K H S L
Decimal 96 78 207 0.54 0.62 0 0.19 248.37 0.57 0.56
Hex 60 4E CF 36 3E 0 13 F8 39 38
Octal 140 116 317 66 76 0 23 370 71 70
Binary 1100000 1001110 11001111 110110 111110 0 10011 11111000 111001 111000

Color Harmonies of #604ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604ECF

Black with #604ECF

Text Example


Text Example

White with #604ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,78,207); }

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

background-color css

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

 a { background-color: rgb(96,78,207); }

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

border-color css

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

 span { border-color: rgb(96,78,207); }

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