Html Css Color HEX #616FDC Slate Blue

📋 copy color: '#616FDC'

red 97 ◦ green 111 ◦ blue 220

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

Shades of Slate Blue #616FDC

Tints of Slate Blue #616FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.4%

R = 22.66%
G = 25.93%
B = 51.4%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#616FDC (or 0x616FDC) is known color: Slate Blue. HEX triplet: 61, 6F and DC. RGB value is (97,111,220). Sum of RGB (Red+Green+Blue) = 97+111+220=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #616FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616FDC is #9E9023. Grayscale: #767676. Windows color (decimal): -10391588 or 14446433. OLE color: 14446433.

HSL color Cylindrical-coordinate representation of color #616FDC: hue angle of 233.17º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #616FDC is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 111 220 -
CMYK 0.56 0.50 0 0.14
HSL 233.17º 0.64% 0.62% -
HSV(B) 233.17º 0.56% 0.86% -
XYZ 23.53 19.08 70.15 -
YUV 119.24 184.86 112.14 -
System Red Green Blue C M Y K H S L
Decimal 97 111 220 0.56 0.50 0 0.14 233.17 0.64 0.62
Hex 61 6F DC 38 32 0 E E9 40 3E
Octal 141 157 334 70 62 0 16 351 100 76
Binary 1100001 1101111 11011100 111000 110010 0 1110 11101001 1000000 111110

Color Harmonies of #616FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616FDC

Black with #616FDC

Text Example


Text Example

White with #616FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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