Html Css Color HEX #614CDA Slate Blue

📋 copy color: '#614CDA'

red 97 ◦ green 76 ◦ blue 218

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

Shades of Slate Blue #614CDA

Tints of Slate Blue #614CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.44%

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

R = 24.81%
G = 19.44%
B = 55.75%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#614CDA (or 0x614CDA) is known color: Slate Blue. HEX triplet: 61, 4C and DA. RGB value is (97,76,218). Sum of RGB (Red+Green+Blue) = 97+76+218=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #614CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614CDA is #9EB325. Grayscale: #616161. Windows color (decimal): -10400550 or 14306401. OLE color: 14306401.

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

Color convert

RGB 97 76 218 -
CMYK 0.56 0.65 0 0.15
HSL 248.87º 0.66% 0.58% -
HSV(B) 248.87º 0.65% 0.85% -
XYZ 20.17 12.77 67.73 -
YUV 98.47 195.46 126.95 -
System Red Green Blue C M Y K H S L
Decimal 97 76 218 0.56 0.65 0 0.15 248.87 0.66 0.58
Hex 61 4C DA 38 41 0 F F9 42 3A
Octal 141 114 332 70 101 0 17 371 102 72
Binary 1100001 1001100 11011010 111000 1000001 0 1111 11111001 1000010 111010

Color Harmonies of #614CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614CDA

Black with #614CDA

Text Example


Text Example

White with #614CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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