Html Css Color HEX #614FDE Slate Blue

📋 copy color: '#614FDE'

red 97 ◦ green 79 ◦ blue 222

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

Shades of Slate Blue #614FDE

Tints of Slate Blue #614FDE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.85%

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

R = 24.37%
G = 19.85%
B = 55.78%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#614FDE (or 0x614FDE) is known color: Slate Blue. HEX triplet: 61, 4F and DE. RGB value is (97,79,222). Sum of RGB (Red+Green+Blue) = 97+79+222=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #614FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614FDE is #9EB021. Grayscale: #646464. Windows color (decimal): -10399778 or 14569313. OLE color: 14569313.

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

Color convert

RGB 97 79 222 -
CMYK 0.56 0.64 0 0.13
HSL 247.55º 0.68% 0.59% -
HSV(B) 247.55º 0.64% 0.87% -
XYZ 20.91 13.41 70.59 -
YUV 100.68 196.46 125.37 -
System Red Green Blue C M Y K H S L
Decimal 97 79 222 0.56 0.64 0 0.13 247.55 0.68 0.59
Hex 61 4F DE 38 40 0 D F8 44 3B
Octal 141 117 336 70 100 0 15 370 104 73
Binary 1100001 1001111 11011110 111000 1000000 0 1101 11111000 1000100 111011

Color Harmonies of #614FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614FDE

Black with #614FDE

Text Example


Text Example

White with #614FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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