Html Css Color HEX #616CD1 Slate Blue

📋 copy color: '#616CD1'

red 97 ◦ green 108 ◦ blue 209

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

Shades of Slate Blue #616CD1

Tints of Slate Blue #616CD1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.09%

 BLUE value IS 209 (82.03% from 255) = 50.48%

R = 23.43%
G = 26.09%
B = 50.48%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#616CD1 (or 0x616CD1) is known color: Slate Blue. HEX triplet: 61, 6C and D1. RGB value is (97,108,209). Sum of RGB (Red+Green+Blue) = 97+108+209=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 209 (82.03% from 255 or 50.48% from 414); Max value from RGB is 209 - color contains mainly: blue. Hex color #616CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616CD1 is #9E932E. Grayscale: #737373. Windows color (decimal): -10392367 or 13724769. OLE color: 13724769.

HSL color Cylindrical-coordinate representation of color #616CD1: hue angle of 234.11º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #616CD1 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 108 209 -
CMYK 0.54 0.48 0 0.18
HSL 234.11º 0.55% 0.6% -
HSV(B) 234.11º 0.54% 0.82% -
XYZ 21.8 17.87 62.62 -
YUV 116.23 180.36 114.29 -
System Red Green Blue C M Y K H S L
Decimal 97 108 209 0.54 0.48 0 0.18 234.11 0.55 0.6
Hex 61 6C D1 36 30 0 12 EA 37 3C
Octal 141 154 321 66 60 0 22 352 67 74
Binary 1100001 1101100 11010001 110110 110000 0 10010 11101010 110111 111100

Color Harmonies of #616CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616CD1

Black with #616CD1

Text Example


Text Example

White with #616CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616CD1; }

 p { color: rgb(97,108,209); }

 H1.HeaderClassName
 {
   color: #616CD1;
 }
 .AnyTagClassName
 {
   color: #616CD1;
 }
</style>

background-color css

<style>
 a { background-color: #616CD1; }

 a { background-color: rgb(97,108,209); }

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

border-color css

<style>
 span { border-color: #616CD1; }

 span { border-color: rgb(97,108,209); }

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