Html Css Color HEX #604CCF Slate Blue

📋 copy color: '#604CCF'

red 96 ◦ green 76 ◦ blue 207

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

Shades of Slate Blue #604CCF

Tints of Slate Blue #604CCF

RGB

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

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

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

R = 25.33%
G = 20.05%
B = 54.62%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#604CCF (or 0x604CCF) is known color: Slate Blue. HEX triplet: 60, 4C and CF. RGB value is (96,76,207). Sum of RGB (Red+Green+Blue) = 96+76+207=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #604CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604CCF is #9FB330. Grayscale: #606060. Windows color (decimal): -10466097 or 13585504. OLE color: 13585504.

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

Color convert

RGB 96 76 207 -
CMYK 0.54 0.63 0 0.19
HSL 249.16º 0.58% 0.55% -
HSV(B) 249.16º 0.63% 0.81% -
XYZ 18.67 12.16 60.39 -
YUV 96.91 190.13 127.35 -
System Red Green Blue C M Y K H S L
Decimal 96 76 207 0.54 0.63 0 0.19 249.16 0.58 0.55
Hex 60 4C CF 36 3F 0 13 F9 3A 37
Octal 140 114 317 66 77 0 23 371 72 67
Binary 1100000 1001100 11001111 110110 111111 0 10011 11111001 111010 110111

Color Harmonies of #604CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604CCF

Black with #604CCF

Text Example


Text Example

White with #604CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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