Html Css Color HEX #685ABF Slate Blue

📋 copy color: '#685ABF'

red 104 ◦ green 90 ◦ blue 191

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

Shades of Slate Blue #685ABF

Tints of Slate Blue #685ABF

RGB

 RED value IS 104 (41.02% from 255) = 27.01%

 GREEN value IS 90 (35.55% from 255) = 23.38%

 BLUE value IS 191 (75% from 255) = 49.61%

R = 27.01%
G = 23.38%
B = 49.61%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#685ABF (or 0x685ABF) is known color: Slate Blue. HEX triplet: 68, 5A and BF. RGB value is (104,90,191). Sum of RGB (Red+Green+Blue) = 104+90+191=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #685ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685ABF is #97A540. Grayscale: #696969. Windows color (decimal): -9938241 or 12540520. OLE color: 12540520.

HSL color Cylindrical-coordinate representation of color #685ABF: hue angle of 248.32º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #685ABF is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 90 191 -
CMYK 0.46 0.53 0 0.25
HSL 248.32º 0.44% 0.55% -
HSV(B) 248.32º 0.53% 0.75% -
XYZ 18.77 14.02 51.01 -
YUV 105.7 176.14 126.79 -
System Red Green Blue C M Y K H S L
Decimal 104 90 191 0.46 0.53 0 0.25 248.32 0.44 0.55
Hex 68 5A BF 2E 35 0 19 F8 2C 37
Octal 150 132 277 56 65 0 31 370 54 67
Binary 1101000 1011010 10111111 101110 110101 0 11001 11111000 101100 110111

Color Harmonies of #685ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685ABF

Black with #685ABF

Text Example


Text Example

White with #685ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685ABF; }

 p { color: rgb(104,90,191); }

 H1.HeaderClassName
 {
   color: #685ABF;
 }
 .AnyTagClassName
 {
   color: #685ABF;
 }
</style>

background-color css

<style>
 a { background-color: #685ABF; }

 a { background-color: rgb(104,90,191); }

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

border-color css

<style>
 span { border-color: #685ABF; }

 span { border-color: rgb(104,90,191); }

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