Html Css Color HEX #6858CC Slate Blue

📋 copy color: '#6858CC'

red 104 ◦ green 88 ◦ blue 204

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

Shades of Slate Blue #6858CC

Tints of Slate Blue #6858CC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.22%

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

R = 26.26%
G = 22.22%
B = 51.52%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6858CC (or 0x6858CC) is known color: Slate Blue. HEX triplet: 68, 58 and CC. RGB value is (104,88,204). Sum of RGB (Red+Green+Blue) = 104+88+204=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #6858CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6858CC is #97A733. Grayscale: #696969. Windows color (decimal): -9938740 or 13391976. OLE color: 13391976.

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

Color convert

RGB 104 88 204 -
CMYK 0.49 0.57 0 0.2
HSL 248.28º 0.53% 0.57% -
HSV(B) 248.28º 0.57% 0.8% -
XYZ 20.1 14.28 58.82 -
YUV 106.01 183.3 126.57 -
System Red Green Blue C M Y K H S L
Decimal 104 88 204 0.49 0.57 0 0.2 248.28 0.53 0.57
Hex 68 58 CC 31 39 0 14 F8 35 39
Octal 150 130 314 61 71 0 24 370 65 71
Binary 1101000 1011000 11001100 110001 111001 0 10100 11111000 110101 111001

Color Harmonies of #6858CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6858CC

Black with #6858CC

Text Example


Text Example

White with #6858CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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