Html Css Color HEX #6950C6 Slate Blue

📋 copy color: '#6950C6'

red 105 ◦ green 80 ◦ blue 198

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

Shades of Slate Blue #6950C6

Tints of Slate Blue #6950C6

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.89%

 BLUE value IS 198 (77.73% from 255) = 51.7%

R = 27.42%
G = 20.89%
B = 51.7%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6950C6 (or 0x6950C6) is known color: Slate Blue. HEX triplet: 69, 50 and C6. RGB value is (105,80,198). Sum of RGB (Red+Green+Blue) = 105+80+198=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 198 (77.73% from 255 or 51.70% from 383); Max value from RGB is 198 - color contains mainly: blue. Hex color #6950C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6950C6 is #96AF39. Grayscale: #646464. Windows color (decimal): -9875258 or 12996713. OLE color: 12996713.

HSL color Cylindrical-coordinate representation of color #6950C6: hue angle of 252.71º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6950C6 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 105 80 198 -
CMYK 0.47 0.60 0 0.22
HSL 252.71º 0.51% 0.55% -
HSV(B) 252.71º 0.6% 0.78% -
XYZ 18.89 12.82 54.9 -
YUV 100.93 182.78 130.91 -
System Red Green Blue C M Y K H S L
Decimal 105 80 198 0.47 0.60 0 0.22 252.71 0.51 0.55
Hex 69 50 C6 2F 3C 0 16 FD 33 37
Octal 151 120 306 57 74 0 26 375 63 67
Binary 1101001 1010000 11000110 101111 111100 0 10110 11111101 110011 110111

Color Harmonies of #6950C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6950C6

Black with #6950C6

Text Example


Text Example

White with #6950C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6950C6; }

 p { color: rgb(105,80,198); }

 H1.HeaderClassName
 {
   color: #6950C6;
 }
 .AnyTagClassName
 {
   color: #6950C6;
 }
</style>

background-color css

<style>
 a { background-color: #6950C6; }

 a { background-color: rgb(105,80,198); }

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

border-color css

<style>
 span { border-color: #6950C6; }

 span { border-color: rgb(105,80,198); }

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