Html Css Color HEX #614BDA Slate Blue

📋 copy color: '#614BDA'

red 97 ◦ green 75 ◦ blue 218

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

Shades of Slate Blue #614BDA

Tints of Slate Blue #614BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.9%

R = 24.87%
G = 19.23%
B = 55.9%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#614BDA (or 0x614BDA) is known color: Slate Blue. HEX triplet: 61, 4B and DA. RGB value is (97,75,218). Sum of RGB (Red+Green+Blue) = 97+75+218=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #614BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614BDA is #9EB425. Grayscale: #616161. Windows color (decimal): -10400806 or 14306145. OLE color: 14306145.

HSL color Cylindrical-coordinate representation of color #614BDA: hue angle of 249.23º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #614BDA is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 75 218 -
CMYK 0.56 0.66 0 0.15
HSL 249.23º 0.66% 0.57% -
HSV(B) 249.23º 0.66% 0.85% -
XYZ 20.1 12.64 67.71 -
YUV 97.88 195.79 127.37 -
System Red Green Blue C M Y K H S L
Decimal 97 75 218 0.56 0.66 0 0.15 249.23 0.66 0.57
Hex 61 4B DA 38 42 0 F F9 42 39
Octal 141 113 332 70 102 0 17 371 102 71
Binary 1100001 1001011 11011010 111000 1000010 0 1111 11111001 1000010 111001

Color Harmonies of #614BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614BDA

Black with #614BDA

Text Example


Text Example

White with #614BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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