Html Css Color HEX #684DCB Slate Blue

📋 copy color: '#684DCB'

red 104 ◦ green 77 ◦ blue 203

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

Shades of Slate Blue #684DCB

Tints of Slate Blue #684DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.05%

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

R = 27.08%
G = 20.05%
B = 52.86%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#684DCB (or 0x684DCB) is known color: Slate Blue. HEX triplet: 68, 4D and CB. RGB value is (104,77,203). Sum of RGB (Red+Green+Blue) = 104+77+203=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #684DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684DCB is #97B234. Grayscale: #626262. Windows color (decimal): -9941557 or 13323624. OLE color: 13323624.

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

Color convert

RGB 104 77 203 -
CMYK 0.49 0.62 0 0.20
HSL 252.86º 0.55% 0.55% -
HSV(B) 252.86º 0.62% 0.8% -
XYZ 19.14 12.56 57.92 -
YUV 99.44 186.45 131.25 -
System Red Green Blue C M Y K H S L
Decimal 104 77 203 0.49 0.62 0 0.20 252.86 0.55 0.55
Hex 68 4D CB 31 3E 0 14 FD 37 37
Octal 150 115 313 61 76 0 24 375 67 67
Binary 1101000 1001101 11001011 110001 111110 0 10100 11111101 110111 110111

Color Harmonies of #684DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684DCB

Black with #684DCB

Text Example


Text Example

White with #684DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684DCB; }

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

 H1.HeaderClassName
 {
   color: #684DCB;
 }
 .AnyTagClassName
 {
   color: #684DCB;
 }
</style>

background-color css

<style>
 a { background-color: #684DCB; }

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

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

border-color css

<style>
 span { border-color: #684DCB; }

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

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