Html Css Color HEX #614CE0 Slate Blue

📋 copy color: '#614CE0'

red 97 ◦ green 76 ◦ blue 224

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

Shades of Slate Blue #614CE0

Tints of Slate Blue #614CE0

RGB

 RED value IS 97 (38.28% from 255) = 24.43%

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

 BLUE value IS 224 (87.89% from 255) = 56.42%

R = 24.43%
G = 19.14%
B = 56.42%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#614CE0 (or 0x614CE0) is known color: Slate Blue. HEX triplet: 61, 4C and E0. RGB value is (97,76,224). Sum of RGB (Red+Green+Blue) = 97+76+224=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 224 (87.89% from 255 or 56.42% from 397); Max value from RGB is 224 - color contains mainly: blue. Hex color #614CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614CE0 is #9EB31F. Grayscale: #626262. Windows color (decimal): -10400544 or 14699617. OLE color: 14699617.

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

Color convert

RGB 97 76 224 -
CMYK 0.57 0.66 0 0.12
HSL 248.51º 0.7% 0.59% -
HSV(B) 248.51º 0.66% 0.88% -
XYZ 20.97 13.09 71.94 -
YUV 99.15 198.46 126.47 -
System Red Green Blue C M Y K H S L
Decimal 97 76 224 0.57 0.66 0 0.12 248.51 0.7 0.59
Hex 61 4C E0 39 42 0 C F9 46 3B
Octal 141 114 340 71 102 0 14 371 106 73
Binary 1100001 1001100 11100000 111001 1000010 0 1100 11111001 1000110 111011

Color Harmonies of #614CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614CE0

Black with #614CE0

Text Example


Text Example

White with #614CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614CE0; }

 p { color: rgb(97,76,224); }

 H1.HeaderClassName
 {
   color: #614CE0;
 }
 .AnyTagClassName
 {
   color: #614CE0;
 }
</style>

background-color css

<style>
 a { background-color: #614CE0; }

 a { background-color: rgb(97,76,224); }

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

border-color css

<style>
 span { border-color: #614CE0; }

 span { border-color: rgb(97,76,224); }

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