Html Css Color HEX #6942D6 Slate Blue

📋 copy color: '#6942D6'

red 105 ◦ green 66 ◦ blue 214

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

Shades of Slate Blue #6942D6

Tints of Slate Blue #6942D6

RGB

 RED value IS 105 (41.41% from 255) = 27.27%

 GREEN value IS 66 (26.17% from 255) = 17.14%

 BLUE value IS 214 (83.98% from 255) = 55.58%

R = 27.27%
G = 17.14%
B = 55.58%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6942D6 (or 0x6942D6) is known color: Slate Blue. HEX triplet: 69, 42 and D6. RGB value is (105,66,214). Sum of RGB (Red+Green+Blue) = 105+66+214=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 214 (83.98% from 255 or 55.58% from 385); Max value from RGB is 214 - color contains mainly: blue. Hex color #6942D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6942D6 is #96BD29. Grayscale: #5D5D5D. Windows color (decimal): -9878826 or 14041705. OLE color: 14041705.

HSL color Cylindrical-coordinate representation of color #6942D6: hue angle of 255.81º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6942D6 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 66 214 -
CMYK 0.51 0.69 0 0.16
HSL 255.81º 0.64% 0.55% -
HSV(B) 255.81º 0.69% 0.84% -
XYZ 19.91 11.75 64.84 -
YUV 94.53 195.42 135.47 -
System Red Green Blue C M Y K H S L
Decimal 105 66 214 0.51 0.69 0 0.16 255.81 0.64 0.55
Hex 69 42 D6 33 45 0 10 100 40 37
Octal 151 102 326 63 105 0 20 400 100 67
Binary 1101001 1000010 11010110 110011 1000101 0 10000 100000000 1000000 110111

Color Harmonies of #6942D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6942D6

Black with #6942D6

Text Example


Text Example

White with #6942D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6942D6; }

 p { color: rgb(105,66,214); }

 H1.HeaderClassName
 {
   color: #6942D6;
 }
 .AnyTagClassName
 {
   color: #6942D6;
 }
</style>

background-color css

<style>
 a { background-color: #6942D6; }

 a { background-color: rgb(105,66,214); }

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

border-color css

<style>
 span { border-color: #6942D6; }

 span { border-color: rgb(105,66,214); }

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