Html Css Color HEX #6862CC Slate Blue

📋 copy color: '#6862CC'

red 104 ◦ green 98 ◦ blue 204

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

Shades of Slate Blue #6862CC

Tints of Slate Blue #6862CC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.14%

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

R = 25.62%
G = 24.14%
B = 50.25%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6862CC (or 0x6862CC) is known color: Slate Blue. HEX triplet: 68, 62 and CC. RGB value is (104,98,204). Sum of RGB (Red+Green+Blue) = 104+98+204=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #6862CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6862CC is #979D33. Grayscale: #6F6F6F. Windows color (decimal): -9936180 or 13394536. OLE color: 13394536.

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

Color convert

RGB 104 98 204 -
CMYK 0.49 0.52 0 0.2
HSL 243.4º 0.51% 0.59% -
HSV(B) 243.4º 0.52% 0.8% -
XYZ 20.98 16.04 59.12 -
YUV 111.88 179.99 122.38 -
System Red Green Blue C M Y K H S L
Decimal 104 98 204 0.49 0.52 0 0.2 243.4 0.51 0.59
Hex 68 62 CC 31 34 0 14 F3 33 3B
Octal 150 142 314 61 64 0 24 363 63 73
Binary 1101000 1100010 11001100 110001 110100 0 10100 11110011 110011 111011

Color Harmonies of #6862CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6862CC

Black with #6862CC

Text Example


Text Example

White with #6862CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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