Html Css Color HEX #685FCB Slate Blue

📋 copy color: '#685FCB'

red 104 ◦ green 95 ◦ blue 203

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

Shades of Slate Blue #685FCB

Tints of Slate Blue #685FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 25.87%
G = 23.63%
B = 50.5%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#685FCB (or 0x685FCB) is known color: Slate Blue. HEX triplet: 68, 5F and CB. RGB value is (104,95,203). Sum of RGB (Red+Green+Blue) = 104+95+203=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #685FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685FCB is #97A034. Grayscale: #6D6D6D. Windows color (decimal): -9936949 or 13328232. OLE color: 13328232.

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

Color convert

RGB 104 95 203 -
CMYK 0.49 0.53 0 0.20
HSL 245º 0.51% 0.58% -
HSV(B) 245º 0.53% 0.8% -
XYZ 20.58 15.44 58.4 -
YUV 110 180.48 123.72 -
System Red Green Blue C M Y K H S L
Decimal 104 95 203 0.49 0.53 0 0.20 245 0.51 0.58
Hex 68 5F CB 31 35 0 14 F5 33 3A
Octal 150 137 313 61 65 0 24 365 63 72
Binary 1101000 1011111 11001011 110001 110101 0 10100 11110101 110011 111010

Color Harmonies of #685FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685FCB

Black with #685FCB

Text Example


Text Example

White with #685FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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