Html Css Color HEX #6965C1 Slate Blue

📋 copy color: '#6965C1'

red 105 ◦ green 101 ◦ blue 193

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

Shades of Slate Blue #6965C1

Tints of Slate Blue #6965C1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.31%

 BLUE value IS 193 (75.78% from 255) = 48.37%

R = 26.32%
G = 25.31%
B = 48.37%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6965C1 (or 0x6965C1) is known color: Slate Blue. HEX triplet: 69, 65 and C1. RGB value is (105,101,193). Sum of RGB (Red+Green+Blue) = 105+101+193=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #6965C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6965C1 is #969A3E. Grayscale: #707070. Windows color (decimal): -9869887 or 12674409. OLE color: 12674409.

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

Color convert

RGB 105 101 193 -
CMYK 0.46 0.48 0 0.24
HSL 242.61º 0.43% 0.58% -
HSV(B) 242.61º 0.48% 0.76% -
XYZ 20.11 16.16 52.51 -
YUV 112.68 173.33 122.52 -
System Red Green Blue C M Y K H S L
Decimal 105 101 193 0.46 0.48 0 0.24 242.61 0.43 0.58
Hex 69 65 C1 2E 30 0 18 F3 2B 3A
Octal 151 145 301 56 60 0 30 363 53 72
Binary 1101001 1100101 11000001 101110 110000 0 11000 11110011 101011 111010

Color Harmonies of #6965C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6965C1

Black with #6965C1

Text Example


Text Example

White with #6965C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6965C1; }

 p { color: rgb(105,101,193); }

 H1.HeaderClassName
 {
   color: #6965C1;
 }
 .AnyTagClassName
 {
   color: #6965C1;
 }
</style>

background-color css

<style>
 a { background-color: #6965C1; }

 a { background-color: rgb(105,101,193); }

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

border-color css

<style>
 span { border-color: #6965C1; }

 span { border-color: rgb(105,101,193); }

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