Html Css Color HEX #614FC0 Slate Blue

📋 copy color: '#614FC0'

red 97 ◦ green 79 ◦ blue 192

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

Shades of Slate Blue #614FC0

Tints of Slate Blue #614FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.17%

R = 26.36%
G = 21.47%
B = 52.17%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#614FC0 (or 0x614FC0) is known color: Slate Blue. HEX triplet: 61, 4F and C0. RGB value is (97,79,192). Sum of RGB (Red+Green+Blue) = 97+79+192=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 192 (75.39% from 255 or 52.17% from 368); Max value from RGB is 192 - color contains mainly: blue. Hex color #614FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614FC0 is #9EB03F. Grayscale: #606060. Windows color (decimal): -10399808 or 12603233. OLE color: 12603233.

HSL color Cylindrical-coordinate representation of color #614FC0: hue angle of 249.56º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #614FC0 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 79 192 -
CMYK 0.49 0.59 0 0.25
HSL 249.56º 0.47% 0.53% -
HSV(B) 249.56º 0.59% 0.75% -
XYZ 17.24 11.94 51.27 -
YUV 97.26 181.46 127.81 -
System Red Green Blue C M Y K H S L
Decimal 97 79 192 0.49 0.59 0 0.25 249.56 0.47 0.53
Hex 61 4F C0 31 3B 0 19 FA 2F 35
Octal 141 117 300 61 73 0 31 372 57 65
Binary 1100001 1001111 11000000 110001 111011 0 11001 11111010 101111 110101

Color Harmonies of #614FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614FC0

Black with #614FC0

Text Example


Text Example

White with #614FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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