Html Css Color HEX #614FE5 Slate Blue

📋 copy color: '#614FE5'

red 97 ◦ green 79 ◦ blue 229

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

Shades of Slate Blue #614FE5

Tints of Slate Blue #614FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 56.54%

R = 23.95%
G = 19.51%
B = 56.54%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#614FE5 (or 0x614FE5) is known color: Slate Blue. HEX triplet: 61, 4F and E5. RGB value is (97,79,229). Sum of RGB (Red+Green+Blue) = 97+79+229=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 229 (89.84% from 255 or 56.54% from 405); Max value from RGB is 229 - color contains mainly: blue. Hex color #614FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614FE5 is #9EB01A. Grayscale: #646464. Windows color (decimal): -10399771 or 15028065. OLE color: 15028065.

HSL color Cylindrical-coordinate representation of color #614FE5: hue angle of 247.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #614FE5 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 97 79 229 -
CMYK 0.58 0.66 0 0.10
HSL 247.2º 0.74% 0.6% -
HSV(B) 247.2º 0.66% 0.9% -
XYZ 21.87 13.79 75.64 -
YUV 101.48 199.96 124.8 -
System Red Green Blue C M Y K H S L
Decimal 97 79 229 0.58 0.66 0 0.10 247.2 0.74 0.6
Hex 61 4F E5 3A 42 0 A F7 4A 3C
Octal 141 117 345 72 102 0 12 367 112 74
Binary 1100001 1001111 11100101 111010 1000010 0 1010 11110111 1001010 111100

Color Harmonies of #614FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614FE5

Black with #614FE5

Text Example


Text Example

White with #614FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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