Html Css Color HEX #685FDD Slate Blue

📋 copy color: '#685FDD'

red 104 ◦ green 95 ◦ blue 221

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

Shades of Slate Blue #685FDD

Tints of Slate Blue #685FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.62%

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

R = 24.76%
G = 22.62%
B = 52.62%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#685FDD (or 0x685FDD) is known color: Slate Blue. HEX triplet: 68, 5F and DD. RGB value is (104,95,221). Sum of RGB (Red+Green+Blue) = 104+95+221=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #685FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685FDD is #97A022. Grayscale: #6F6F6F. Windows color (decimal): -9936931 or 14507880. OLE color: 14507880.

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

Color convert

RGB 104 95 221 -
CMYK 0.53 0.57 0 0.13
HSL 244.29º 0.65% 0.62% -
HSV(B) 244.29º 0.57% 0.87% -
XYZ 22.85 16.35 70.36 -
YUV 112.06 189.48 122.25 -
System Red Green Blue C M Y K H S L
Decimal 104 95 221 0.53 0.57 0 0.13 244.29 0.65 0.62
Hex 68 5F DD 35 39 0 D F4 41 3E
Octal 150 137 335 65 71 0 15 364 101 76
Binary 1101000 1011111 11011101 110101 111001 0 1101 11110100 1000001 111110

Color Harmonies of #685FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685FDD

Black with #685FDD

Text Example


Text Example

White with #685FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,95,221); }

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

background-color css

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

 a { background-color: rgb(104,95,221); }

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

border-color css

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

 span { border-color: rgb(104,95,221); }

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