Html Css Color HEX #684CCB Slate Blue

📋 copy color: '#684CCB'

red 104 ◦ green 76 ◦ blue 203

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

Shades of Slate Blue #684CCB

Tints of Slate Blue #684CCB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.84%

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

R = 27.15%
G = 19.84%
B = 53%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#684CCB (or 0x684CCB) is known color: Slate Blue. HEX triplet: 68, 4C and CB. RGB value is (104,76,203). Sum of RGB (Red+Green+Blue) = 104+76+203=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #684CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684CCB is #97B334. Grayscale: #626262. Windows color (decimal): -9941813 or 13323368. OLE color: 13323368.

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

Color convert

RGB 104 76 203 -
CMYK 0.49 0.63 0 0.20
HSL 253.23º 0.55% 0.55% -
HSV(B) 253.23º 0.63% 0.8% -
XYZ 19.07 12.42 57.89 -
YUV 98.85 186.78 131.67 -
System Red Green Blue C M Y K H S L
Decimal 104 76 203 0.49 0.63 0 0.20 253.23 0.55 0.55
Hex 68 4C CB 31 3F 0 14 FD 37 37
Octal 150 114 313 61 77 0 24 375 67 67
Binary 1101000 1001100 11001011 110001 111111 0 10100 11111101 110111 110111

Color Harmonies of #684CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684CCB

Black with #684CCB

Text Example


Text Example

White with #684CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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