Html Css Color HEX #614FE0 Slate Blue

📋 copy color: '#614FE0'

red 97 ◦ green 79 ◦ blue 224

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

Shades of Slate Blue #614FE0

Tints of Slate Blue #614FE0

RGB

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

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

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

R = 24.25%
G = 19.75%
B = 56%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#614FE0 (or 0x614FE0) is known color: Slate Blue. HEX triplet: 61, 4F and E0. RGB value is (97,79,224). Sum of RGB (Red+Green+Blue) = 97+79+224=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #614FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614FE0 is #9EB01F. Grayscale: #646464. Windows color (decimal): -10399776 or 14700385. OLE color: 14700385.

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

Color convert

RGB 97 79 224 -
CMYK 0.57 0.65 0 0.12
HSL 247.45º 0.7% 0.59% -
HSV(B) 247.45º 0.65% 0.88% -
XYZ 21.18 13.52 72.01 -
YUV 100.91 197.46 125.21 -
System Red Green Blue C M Y K H S L
Decimal 97 79 224 0.57 0.65 0 0.12 247.45 0.7 0.59
Hex 61 4F E0 39 41 0 C F7 46 3B
Octal 141 117 340 71 101 0 14 367 106 73
Binary 1100001 1001111 11100000 111001 1000001 0 1100 11110111 1000110 111011

Color Harmonies of #614FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614FE0

Black with #614FE0

Text Example


Text Example

White with #614FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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