Html Css Color HEX #685FC2 Slate Blue

📋 copy color: '#685FC2'

red 104 ◦ green 95 ◦ blue 194

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

Shades of Slate Blue #685FC2

Tints of Slate Blue #685FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 49.36%

R = 26.46%
G = 24.17%
B = 49.36%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#685FC2 (or 0x685FC2) is known color: Slate Blue. HEX triplet: 68, 5F and C2. RGB value is (104,95,194). Sum of RGB (Red+Green+Blue) = 104+95+194=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 194 (76.17% from 255 or 49.36% from 393); Max value from RGB is 194 - color contains mainly: blue. Hex color #685FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685FC2 is #97A03D. Grayscale: #6C6C6C. Windows color (decimal): -9936958 or 12738408. OLE color: 12738408.

HSL color Cylindrical-coordinate representation of color #685FC2: hue angle of 245.45º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #685FC2 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 95 194 -
CMYK 0.46 0.51 0 0.24
HSL 245.45º 0.45% 0.57% -
HSV(B) 245.45º 0.51% 0.76% -
XYZ 19.54 15.02 52.91 -
YUV 108.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 104 95 194 0.46 0.51 0 0.24 245.45 0.45 0.57
Hex 68 5F C2 2E 33 0 18 F5 2D 39
Octal 150 137 302 56 63 0 30 365 55 71
Binary 1101000 1011111 11000010 101110 110011 0 11000 11110101 101101 111001

Color Harmonies of #685FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685FC2

Black with #685FC2

Text Example


Text Example

White with #685FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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