Html Css Color HEX #685FCC Slate Blue

📋 copy color: '#685FCC'

red 104 ◦ green 95 ◦ blue 204

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

Shades of Slate Blue #685FCC

Tints of Slate Blue #685FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 25.81%
G = 23.57%
B = 50.62%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#685FCC (or 0x685FCC) is known color: Slate Blue. HEX triplet: 68, 5F and CC. RGB value is (104,95,204). Sum of RGB (Red+Green+Blue) = 104+95+204=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #685FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685FCC is #97A033. Grayscale: #6D6D6D. Windows color (decimal): -9936948 or 13393768. OLE color: 13393768.

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

Color convert

RGB 104 95 204 -
CMYK 0.49 0.53 0 0.2
HSL 244.95º 0.52% 0.59% -
HSV(B) 244.95º 0.53% 0.8% -
XYZ 20.7 15.49 59.03 -
YUV 110.12 180.98 123.64 -
System Red Green Blue C M Y K H S L
Decimal 104 95 204 0.49 0.53 0 0.2 244.95 0.52 0.59
Hex 68 5F CC 31 35 0 14 F5 34 3B
Octal 150 137 314 61 65 0 24 365 64 73
Binary 1101000 1011111 11001100 110001 110101 0 10100 11110101 110100 111011

Color Harmonies of #685FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685FCC

Black with #685FCC

Text Example


Text Example

White with #685FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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