Html Css Color HEX #616ADF Slate Blue

📋 copy color: '#616ADF'

red 97 ◦ green 106 ◦ blue 223

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

Shades of Slate Blue #616ADF

Tints of Slate Blue #616ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.88%

 BLUE value IS 223 (87.5% from 255) = 52.35%

R = 22.77%
G = 24.88%
B = 52.35%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#616ADF (or 0x616ADF) is known color: Slate Blue. HEX triplet: 61, 6A and DF. RGB value is (97,106,223). Sum of RGB (Red+Green+Blue) = 97+106+223=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #616ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ADF is #9E9520. Grayscale: #747474. Windows color (decimal): -10392865 or 14641761. OLE color: 14641761.

HSL color Cylindrical-coordinate representation of color #616ADF: hue angle of 235.71º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #616ADF is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 106 223 -
CMYK 0.57 0.52 0 0.13
HSL 235.71º 0.66% 0.63% -
HSV(B) 235.71º 0.57% 0.87% -
XYZ 23.4 18.18 72.09 -
YUV 116.65 188.02 113.99 -
System Red Green Blue C M Y K H S L
Decimal 97 106 223 0.57 0.52 0 0.13 235.71 0.66 0.63
Hex 61 6A DF 39 34 0 D EC 42 3F
Octal 141 152 337 71 64 0 15 354 102 77
Binary 1100001 1101010 11011111 111001 110100 0 1101 11101100 1000010 111111

Color Harmonies of #616ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616ADF

Black with #616ADF

Text Example


Text Example

White with #616ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,106,223); }

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

background-color css

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

 a { background-color: rgb(97,106,223); }

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

border-color css

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

 span { border-color: rgb(97,106,223); }

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