Html Css Color HEX #616FD9 Slate Blue

📋 copy color: '#616FD9'

red 97 ◦ green 111 ◦ blue 217

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

Shades of Slate Blue #616FD9

Tints of Slate Blue #616FD9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.12%

 BLUE value IS 217 (85.16% from 255) = 51.06%

R = 22.82%
G = 26.12%
B = 51.06%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#616FD9 (or 0x616FD9) is known color: Slate Blue. HEX triplet: 61, 6F and D9. RGB value is (97,111,217). Sum of RGB (Red+Green+Blue) = 97+111+217=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 217 (85.16% from 255 or 51.06% from 425); Max value from RGB is 217 - color contains mainly: blue. Hex color #616FD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616FD9 is #9E9026. Grayscale: #767676. Windows color (decimal): -10391591 or 14249825. OLE color: 14249825.

HSL color Cylindrical-coordinate representation of color #616FD9: hue angle of 233º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #616FD9 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 111 217 -
CMYK 0.55 0.49 0 0.15
HSL 233º 0.61% 0.62% -
HSV(B) 233º 0.55% 0.85% -
XYZ 23.14 18.92 68.08 -
YUV 118.9 183.36 112.38 -
System Red Green Blue C M Y K H S L
Decimal 97 111 217 0.55 0.49 0 0.15 233 0.61 0.62
Hex 61 6F D9 37 31 0 F E9 3D 3E
Octal 141 157 331 67 61 0 17 351 75 76
Binary 1100001 1101111 11011001 110111 110001 0 1111 11101001 111101 111110

Color Harmonies of #616FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616FD9

Black with #616FD9

Text Example


Text Example

White with #616FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,111,217); }

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

background-color css

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

 a { background-color: rgb(97,111,217); }

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

border-color css

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

 span { border-color: rgb(97,111,217); }

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