Html Css Color HEX #6854CC Slate Blue

📋 copy color: '#6854CC'

red 104 ◦ green 84 ◦ blue 204

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

Shades of Slate Blue #6854CC

Tints of Slate Blue #6854CC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.43%

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

R = 26.53%
G = 21.43%
B = 52.04%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6854CC (or 0x6854CC) is known color: Slate Blue. HEX triplet: 68, 54 and CC. RGB value is (104,84,204). Sum of RGB (Red+Green+Blue) = 104+84+204=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #6854CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6854CC is #97AB33. Grayscale: #676767. Windows color (decimal): -9939764 or 13390952. OLE color: 13390952.

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

Color convert

RGB 104 84 204 -
CMYK 0.49 0.59 0 0.2
HSL 250º 0.54% 0.56% -
HSV(B) 250º 0.59% 0.8% -
XYZ 19.78 13.64 58.72 -
YUV 103.66 184.63 128.24 -
System Red Green Blue C M Y K H S L
Decimal 104 84 204 0.49 0.59 0 0.2 250 0.54 0.56
Hex 68 54 CC 31 3B 0 14 FA 36 38
Octal 150 124 314 61 73 0 24 372 66 70
Binary 1101000 1010100 11001100 110001 111011 0 10100 11111010 110110 111000

Color Harmonies of #6854CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6854CC

Black with #6854CC

Text Example


Text Example

White with #6854CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6854CC; }

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

 H1.HeaderClassName
 {
   color: #6854CC;
 }
 .AnyTagClassName
 {
   color: #6854CC;
 }
</style>

background-color css

<style>
 a { background-color: #6854CC; }

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

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

border-color css

<style>
 span { border-color: #6854CC; }

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

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