Html Css Color HEX #6967C3 Slate Blue

📋 copy color: '#6967C3'

red 105 ◦ green 103 ◦ blue 195

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

Shades of Slate Blue #6967C3

Tints of Slate Blue #6967C3

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.56%

 BLUE value IS 195 (76.56% from 255) = 48.39%

R = 26.05%
G = 25.56%
B = 48.39%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6967C3 (or 0x6967C3) is known color: Slate Blue. HEX triplet: 69, 67 and C3. RGB value is (105,103,195). Sum of RGB (Red+Green+Blue) = 105+103+195=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 195 (76.56% from 255 or 48.39% from 403); Max value from RGB is 195 - color contains mainly: blue. Hex color #6967C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6967C3 is #96983C. Grayscale: #717171. Windows color (decimal): -9869373 or 12805993. OLE color: 12805993.

HSL color Cylindrical-coordinate representation of color #6967C3: hue angle of 241.3º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6967C3 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 103 195 -
CMYK 0.46 0.47 0 0.24
HSL 241.3º 0.43% 0.58% -
HSV(B) 241.3º 0.47% 0.76% -
XYZ 20.53 16.64 53.76 -
YUV 114.09 173.66 121.52 -
System Red Green Blue C M Y K H S L
Decimal 105 103 195 0.46 0.47 0 0.24 241.3 0.43 0.58
Hex 69 67 C3 2E 2F 0 18 F1 2B 3A
Octal 151 147 303 56 57 0 30 361 53 72
Binary 1101001 1100111 11000011 101110 101111 0 11000 11110001 101011 111010

Color Harmonies of #6967C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6967C3

Black with #6967C3

Text Example


Text Example

White with #6967C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6967C3; }

 p { color: rgb(105,103,195); }

 H1.HeaderClassName
 {
   color: #6967C3;
 }
 .AnyTagClassName
 {
   color: #6967C3;
 }
</style>

background-color css

<style>
 a { background-color: #6967C3; }

 a { background-color: rgb(105,103,195); }

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

border-color css

<style>
 span { border-color: #6967C3; }

 span { border-color: rgb(105,103,195); }

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