Html Css Color HEX #616ACF Slate Blue

📋 copy color: '#616ACF'

red 97 ◦ green 106 ◦ blue 207

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

Shades of Slate Blue #616ACF

Tints of Slate Blue #616ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.49%

R = 23.66%
G = 25.85%
B = 50.49%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#616ACF (or 0x616ACF) is known color: Slate Blue. HEX triplet: 61, 6A and CF. RGB value is (97,106,207). Sum of RGB (Red+Green+Blue) = 97+106+207=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #616ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ACF is #9E9530. Grayscale: #727272. Windows color (decimal): -10392881 or 13593185. OLE color: 13593185.

HSL color Cylindrical-coordinate representation of color #616ACF: hue angle of 235.09º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #616ACF is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 106 207 -
CMYK 0.53 0.49 0 0.19
HSL 235.09º 0.53% 0.6% -
HSV(B) 235.09º 0.53% 0.81% -
XYZ 21.35 17.35 61.26 -
YUV 114.82 180.02 115.29 -
System Red Green Blue C M Y K H S L
Decimal 97 106 207 0.53 0.49 0 0.19 235.09 0.53 0.6
Hex 61 6A CF 35 31 0 13 EB 35 3C
Octal 141 152 317 65 61 0 23 353 65 74
Binary 1100001 1101010 11001111 110101 110001 0 10011 11101011 110101 111100

Color Harmonies of #616ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616ACF

Black with #616ACF

Text Example


Text Example

White with #616ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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