Html Css Color HEX #614FCD Slate Blue

📋 copy color: '#614FCD'

red 97 ◦ green 79 ◦ blue 205

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

Shades of Slate Blue #614FCD

Tints of Slate Blue #614FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.81%

R = 25.46%
G = 20.73%
B = 53.81%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#614FCD (or 0x614FCD) is known color: Slate Blue. HEX triplet: 61, 4F and CD. RGB value is (97,79,205). Sum of RGB (Red+Green+Blue) = 97+79+205=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #614FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614FCD is #9EB032. Grayscale: #626262. Windows color (decimal): -10399795 or 13455201. OLE color: 13455201.

HSL color Cylindrical-coordinate representation of color #614FCD: hue angle of 248.57º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #614FCD is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 79 205 -
CMYK 0.53 0.61 0 0.20
HSL 248.57º 0.56% 0.56% -
HSV(B) 248.57º 0.61% 0.8% -
XYZ 18.75 12.54 59.19 -
YUV 98.75 187.96 126.75 -
System Red Green Blue C M Y K H S L
Decimal 97 79 205 0.53 0.61 0 0.20 248.57 0.56 0.56
Hex 61 4F CD 35 3D 0 14 F9 38 38
Octal 141 117 315 65 75 0 24 371 70 70
Binary 1100001 1001111 11001101 110101 111101 0 10100 11111001 111000 111000

Color Harmonies of #614FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614FCD

Black with #614FCD

Text Example


Text Example

White with #614FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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