Html Css Color HEX #616FDA Slate Blue

📋 copy color: '#616FDA'

red 97 ◦ green 111 ◦ blue 218

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

Shades of Slate Blue #616FDA

Tints of Slate Blue #616FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.17%

R = 22.77%
G = 26.06%
B = 51.17%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#616FDA (or 0x616FDA) is known color: Slate Blue. HEX triplet: 61, 6F and DA. RGB value is (97,111,218). Sum of RGB (Red+Green+Blue) = 97+111+218=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #616FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616FDA is #9E9025. Grayscale: #767676. Windows color (decimal): -10391590 or 14315361. OLE color: 14315361.

HSL color Cylindrical-coordinate representation of color #616FDA: hue angle of 233.06º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #616FDA is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 111 218 -
CMYK 0.56 0.49 0 0.15
HSL 233.06º 0.62% 0.62% -
HSV(B) 233.06º 0.56% 0.85% -
XYZ 23.27 18.97 68.77 -
YUV 119.01 183.86 112.3 -
System Red Green Blue C M Y K H S L
Decimal 97 111 218 0.56 0.49 0 0.15 233.06 0.62 0.62
Hex 61 6F DA 38 31 0 F E9 3E 3E
Octal 141 157 332 70 61 0 17 351 76 76
Binary 1100001 1101111 11011010 111000 110001 0 1111 11101001 111110 111110

Color Harmonies of #616FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616FDA

Black with #616FDA

Text Example


Text Example

White with #616FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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