Html Css Color HEX #614FDD Slate Blue

📋 copy color: '#614FDD'

red 97 ◦ green 79 ◦ blue 221

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

Shades of Slate Blue #614FDD

Tints of Slate Blue #614FDD

RGB

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

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

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

R = 24.43%
G = 19.9%
B = 55.67%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#614FDD (or 0x614FDD) is known color: Slate Blue. HEX triplet: 61, 4F and DD. RGB value is (97,79,221). Sum of RGB (Red+Green+Blue) = 97+79+221=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #614FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614FDD is #9EB022. Grayscale: #646464. Windows color (decimal): -10399779 or 14503777. OLE color: 14503777.

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

Color convert

RGB 97 79 221 -
CMYK 0.56 0.64 0 0.13
HSL 247.61º 0.68% 0.59% -
HSV(B) 247.61º 0.64% 0.87% -
XYZ 20.78 13.35 69.89 -
YUV 100.57 195.96 125.45 -
System Red Green Blue C M Y K H S L
Decimal 97 79 221 0.56 0.64 0 0.13 247.61 0.68 0.59
Hex 61 4F DD 38 40 0 D F8 44 3B
Octal 141 117 335 70 100 0 15 370 104 73
Binary 1100001 1001111 11011101 111000 1000000 0 1101 11111000 1000100 111011

Color Harmonies of #614FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614FDD

Black with #614FDD

Text Example


Text Example

White with #614FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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