Html Css Color HEX #614BDE Slate Blue

📋 copy color: '#614BDE'

red 97 ◦ green 75 ◦ blue 222

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

Shades of Slate Blue #614BDE

Tints of Slate Blue #614BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.35%

R = 24.62%
G = 19.04%
B = 56.35%

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

#614BDE (or 0x614BDE) is known color: Slate Blue. HEX triplet: 61, 4B and DE. RGB value is (97,75,222). Sum of RGB (Red+Green+Blue) = 97+75+222=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #614BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614BDE is #9EB421. Grayscale: #616161. Windows color (decimal): -10400802 or 14568289. OLE color: 14568289.

HSL color Cylindrical-coordinate representation of color #614BDE: hue angle of 248.98º degrees, saturation: 0.69, 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 #614BDE is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 75 222 -
CMYK 0.56 0.66 0 0.13
HSL 248.98º 0.69% 0.58% -
HSV(B) 248.98º 0.66% 0.87% -
XYZ 20.63 12.85 70.5 -
YUV 98.34 197.79 127.05 -
System Red Green Blue C M Y K H S L
Decimal 97 75 222 0.56 0.66 0 0.13 248.98 0.69 0.58
Hex 61 4B DE 38 42 0 D F9 45 3A
Octal 141 113 336 70 102 0 15 371 105 72
Binary 1100001 1001011 11011110 111000 1000010 0 1101 11111001 1000101 111010

Color Harmonies of #614BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614BDE

Black with #614BDE

Text Example


Text Example

White with #614BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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