Html Css Color HEX #614ADE Slate Blue

📋 copy color: '#614ADE'

red 97 ◦ green 74 ◦ blue 222

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

Shades of Slate Blue #614ADE

Tints of Slate Blue #614ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.83%

 BLUE value IS 222 (87.11% from 255) = 56.49%

R = 24.68%
G = 18.83%
B = 56.49%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#614ADE (or 0x614ADE) is known color: Slate Blue. HEX triplet: 61, 4A and DE. RGB value is (97,74,222). Sum of RGB (Red+Green+Blue) = 97+74+222=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #614ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614ADE is #9EB521. Grayscale: #616161. Windows color (decimal): -10401058 or 14568033. OLE color: 14568033.

HSL color Cylindrical-coordinate representation of color #614ADE: hue angle of 249.32º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #614ADE is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 74 222 -
CMYK 0.56 0.67 0 0.13
HSL 249.32º 0.69% 0.58% -
HSV(B) 249.32º 0.67% 0.87% -
XYZ 20.56 12.71 70.48 -
YUV 97.75 198.12 127.47 -
System Red Green Blue C M Y K H S L
Decimal 97 74 222 0.56 0.67 0 0.13 249.32 0.69 0.58
Hex 61 4A DE 38 43 0 D F9 45 3A
Octal 141 112 336 70 103 0 15 371 105 72
Binary 1100001 1001010 11011110 111000 1000011 0 1101 11111001 1000101 111010

Color Harmonies of #614ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614ADE

Black with #614ADE

Text Example


Text Example

White with #614ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,74,222); }

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

background-color css

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

 a { background-color: rgb(97,74,222); }

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

border-color css

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

 span { border-color: rgb(97,74,222); }

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