Html Css Color HEX #616CDD Slate Blue

📋 copy color: '#616CDD'

red 97 ◦ green 108 ◦ blue 221

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

Shades of Slate Blue #616CDD

Tints of Slate Blue #616CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.88%

R = 22.77%
G = 25.35%
B = 51.88%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#616CDD (or 0x616CDD) is known color: Slate Blue. HEX triplet: 61, 6C and DD. RGB value is (97,108,221). Sum of RGB (Red+Green+Blue) = 97+108+221=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #616CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616CDD is #9E9322. Grayscale: #757575. Windows color (decimal): -10392355 or 14511201. OLE color: 14511201.

HSL color Cylindrical-coordinate representation of color #616CDD: hue angle of 234.68º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #616CDD is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 108 221 -
CMYK 0.56 0.51 0 0.13
HSL 234.68º 0.65% 0.62% -
HSV(B) 234.68º 0.56% 0.87% -
XYZ 23.34 18.49 70.74 -
YUV 117.59 186.36 113.31 -
System Red Green Blue C M Y K H S L
Decimal 97 108 221 0.56 0.51 0 0.13 234.68 0.65 0.62
Hex 61 6C DD 38 33 0 D EB 41 3E
Octal 141 154 335 70 63 0 15 353 101 76
Binary 1100001 1101100 11011101 111000 110011 0 1101 11101011 1000001 111110

Color Harmonies of #616CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616CDD

Black with #616CDD

Text Example


Text Example

White with #616CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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