Html Css Color HEX #616CDF Slate Blue

📋 copy color: '#616CDF'

red 97 ◦ green 108 ◦ blue 223

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

Shades of Slate Blue #616CDF

Tints of Slate Blue #616CDF

RGB

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

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

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

R = 22.66%
G = 25.23%
B = 52.1%

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

#616CDF (or 0x616CDF) is known color: Slate Blue. HEX triplet: 61, 6C and DF. RGB value is (97,108,223). Sum of RGB (Red+Green+Blue) = 97+108+223=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #616CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616CDF is #9E9320. Grayscale: #757575. Windows color (decimal): -10392353 or 14642273. OLE color: 14642273.

HSL color Cylindrical-coordinate representation of color #616CDF: hue angle of 234.76º 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 #616CDF is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 108 223 -
CMYK 0.57 0.52 0 0.13
HSL 234.76º 0.66% 0.63% -
HSV(B) 234.76º 0.57% 0.87% -
XYZ 23.61 18.59 72.16 -
YUV 117.82 187.36 113.15 -
System Red Green Blue C M Y K H S L
Decimal 97 108 223 0.57 0.52 0 0.13 234.76 0.66 0.63
Hex 61 6C DF 39 34 0 D EB 42 3F
Octal 141 154 337 71 64 0 15 353 102 77
Binary 1100001 1101100 11011111 111001 110100 0 1101 11101011 1000010 111111

Color Harmonies of #616CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616CDF

Black with #616CDF

Text Example


Text Example

White with #616CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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