Html Css Color HEX #614EDA Slate Blue

📋 copy color: '#614EDA'

red 97 ◦ green 78 ◦ blue 218

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

Shades of Slate Blue #614EDA

Tints of Slate Blue #614EDA

RGB

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

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

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

R = 24.68%
G = 19.85%
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

#614EDA (or 0x614EDA) is known color: Slate Blue. HEX triplet: 61, 4E and DA. RGB value is (97,78,218). Sum of RGB (Red+Green+Blue) = 97+78+218=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 78 (30.86% from 255 or 19.85% 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 #614EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614EDA is #9EB125. Grayscale: #636363. Windows color (decimal): -10400038 or 14306913. OLE color: 14306913.

HSL color Cylindrical-coordinate representation of color #614EDA: hue angle of 248.14º 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 #614EDA is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 78 218 -
CMYK 0.56 0.64 0 0.15
HSL 248.14º 0.65% 0.58% -
HSV(B) 248.14º 0.64% 0.85% -
XYZ 20.31 13.05 67.78 -
YUV 99.64 194.79 126.12 -
System Red Green Blue C M Y K H S L
Decimal 97 78 218 0.56 0.64 0 0.15 248.14 0.65 0.58
Hex 61 4E DA 38 40 0 F F8 41 3A
Octal 141 116 332 70 100 0 17 370 101 72
Binary 1100001 1001110 11011010 111000 1000000 0 1111 11111000 1000001 111010

Color Harmonies of #614EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614EDA

Black with #614EDA

Text Example


Text Example

White with #614EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,78,218); }

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

background-color css

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

 a { background-color: rgb(97,78,218); }

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

border-color css

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

 span { border-color: rgb(97,78,218); }

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