Html Css Color HEX #614ED7 Slate Blue

📋 copy color: '#614ED7'

red 97 ◦ green 78 ◦ blue 215

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

Shades of Slate Blue #614ED7

Tints of Slate Blue #614ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 55.13%

R = 24.87%
G = 20%
B = 55.13%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#614ED7 (or 0x614ED7) is known color: Slate Blue. HEX triplet: 61, 4E and D7. RGB value is (97,78,215). Sum of RGB (Red+Green+Blue) = 97+78+215=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 215 (84.38% from 255 or 55.13% from 390); Max value from RGB is 215 - color contains mainly: blue. Hex color #614ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614ED7 is #9EB128. Grayscale: #626262. Windows color (decimal): -10400041 or 14110305. OLE color: 14110305.

HSL color Cylindrical-coordinate representation of color #614ED7: hue angle of 248.32º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #614ED7 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 78 215 -
CMYK 0.55 0.64 0 0.16
HSL 248.32º 0.63% 0.57% -
HSV(B) 248.32º 0.64% 0.84% -
XYZ 19.92 12.9 65.73 -
YUV 99.3 193.29 126.36 -
System Red Green Blue C M Y K H S L
Decimal 97 78 215 0.55 0.64 0 0.16 248.32 0.63 0.57
Hex 61 4E D7 37 40 0 10 F8 3F 39
Octal 141 116 327 67 100 0 20 370 77 71
Binary 1100001 1001110 11010111 110111 1000000 0 10000 11111000 111111 111001

Color Harmonies of #614ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614ED7

Black with #614ED7

Text Example


Text Example

White with #614ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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