Html Css Color HEX #685FCD Slate Blue

📋 copy color: '#685FCD'

red 104 ◦ green 95 ◦ blue 205

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

Shades of Slate Blue #685FCD

Tints of Slate Blue #685FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 25.74%
G = 23.51%
B = 50.74%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#685FCD (or 0x685FCD) is known color: Slate Blue. HEX triplet: 68, 5F and CD. RGB value is (104,95,205). Sum of RGB (Red+Green+Blue) = 104+95+205=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #685FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685FCD is #97A032. Grayscale: #6D6D6D. Windows color (decimal): -9936947 or 13459304. OLE color: 13459304.

HSL color Cylindrical-coordinate representation of color #685FCD: hue angle of 244.91º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #685FCD is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 95 205 -
CMYK 0.49 0.54 0 0.20
HSL 244.91º 0.52% 0.59% -
HSV(B) 244.91º 0.54% 0.8% -
XYZ 20.82 15.54 59.66 -
YUV 110.23 181.48 123.56 -
System Red Green Blue C M Y K H S L
Decimal 104 95 205 0.49 0.54 0 0.20 244.91 0.52 0.59
Hex 68 5F CD 31 36 0 14 F5 34 3B
Octal 150 137 315 61 66 0 24 365 64 73
Binary 1101000 1011111 11001101 110001 110110 0 10100 11110101 110100 111011

Color Harmonies of #685FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685FCD

Black with #685FCD

Text Example


Text Example

White with #685FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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