Html Css Color HEX #685CCB Slate Blue

📋 copy color: '#685CCB'

red 104 ◦ green 92 ◦ blue 203

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

Shades of Slate Blue #685CCB

Tints of Slate Blue #685CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.06%

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

R = 26.07%
G = 23.06%
B = 50.88%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#685CCB (or 0x685CCB) is known color: Slate Blue. HEX triplet: 68, 5C and CB. RGB value is (104,92,203). Sum of RGB (Red+Green+Blue) = 104+92+203=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #685CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CCB is #97A334. Grayscale: #6B6B6B. Windows color (decimal): -9937717 or 13327464. OLE color: 13327464.

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

Color convert

RGB 104 92 203 -
CMYK 0.49 0.55 0 0.20
HSL 246.49º 0.52% 0.58% -
HSV(B) 246.49º 0.55% 0.8% -
XYZ 20.32 14.91 58.31 -
YUV 108.24 181.48 124.97 -
System Red Green Blue C M Y K H S L
Decimal 104 92 203 0.49 0.55 0 0.20 246.49 0.52 0.58
Hex 68 5C CB 31 37 0 14 F6 34 3A
Octal 150 134 313 61 67 0 24 366 64 72
Binary 1101000 1011100 11001011 110001 110111 0 10100 11110110 110100 111010

Color Harmonies of #685CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685CCB

Black with #685CCB

Text Example


Text Example

White with #685CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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