Html Css Color HEX #6965C3 Slate Blue

📋 copy color: '#6965C3'

red 105 ◦ green 101 ◦ blue 195

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

Shades of Slate Blue #6965C3

Tints of Slate Blue #6965C3

RGB

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

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

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

R = 26.18%
G = 25.19%
B = 48.63%

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

#6965C3 (or 0x6965C3) is known color: Slate Blue. HEX triplet: 69, 65 and C3. RGB value is (105,101,195). Sum of RGB (Red+Green+Blue) = 105+101+195=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 195 (76.56% from 255 or 48.63% from 401); Max value from RGB is 195 - color contains mainly: blue. Hex color #6965C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6965C3 is #969A3C. Grayscale: #707070. Windows color (decimal): -9869885 or 12805481. OLE color: 12805481.

HSL color Cylindrical-coordinate representation of color #6965C3: hue angle of 242.55º degrees, saturation: 0.44, 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 #6965C3 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 101 195 -
CMYK 0.46 0.48 0 0.24
HSL 242.55º 0.44% 0.58% -
HSV(B) 242.55º 0.48% 0.76% -
XYZ 20.33 16.25 53.69 -
YUV 112.91 174.33 122.36 -
System Red Green Blue C M Y K H S L
Decimal 105 101 195 0.46 0.48 0 0.24 242.55 0.44 0.58
Hex 69 65 C3 2E 30 0 18 F3 2C 3A
Octal 151 145 303 56 60 0 30 363 54 72
Binary 1101001 1100101 11000011 101110 110000 0 11000 11110011 101100 111010

Color Harmonies of #6965C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6965C3

Black with #6965C3

Text Example


Text Example

White with #6965C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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