Html Css Color HEX #614BDD Slate Blue

📋 copy color: '#614BDD'

red 97 ◦ green 75 ◦ blue 221

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

Shades of Slate Blue #614BDD

Tints of Slate Blue #614BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.08%

 BLUE value IS 221 (86.72% from 255) = 56.23%

R = 24.68%
G = 19.08%
B = 56.23%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#614BDD (or 0x614BDD) is known color: Slate Blue. HEX triplet: 61, 4B and DD. RGB value is (97,75,221). Sum of RGB (Red+Green+Blue) = 97+75+221=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #614BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614BDD is #9EB422. Grayscale: #616161. Windows color (decimal): -10400803 or 14502753. OLE color: 14502753.

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

Color convert

RGB 97 75 221 -
CMYK 0.56 0.66 0 0.13
HSL 249.04º 0.68% 0.58% -
HSV(B) 249.04º 0.66% 0.87% -
XYZ 20.5 12.79 69.8 -
YUV 98.22 197.29 127.13 -
System Red Green Blue C M Y K H S L
Decimal 97 75 221 0.56 0.66 0 0.13 249.04 0.68 0.58
Hex 61 4B DD 38 42 0 D F9 44 3A
Octal 141 113 335 70 102 0 15 371 104 72
Binary 1100001 1001011 11011101 111000 1000010 0 1101 11111001 1000100 111010

Color Harmonies of #614BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614BDD

Black with #614BDD

Text Example


Text Example

White with #614BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,75,221); }

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

background-color css

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

 a { background-color: rgb(97,75,221); }

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

border-color css

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

 span { border-color: rgb(97,75,221); }

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