Html Css Color HEX #6960D6 Slate Blue

📋 copy color: '#6960D6'

red 105 ◦ green 96 ◦ blue 214

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

Shades of Slate Blue #6960D6

Tints of Slate Blue #6960D6

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.13%

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

R = 25.3%
G = 23.13%
B = 51.57%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6960D6 (or 0x6960D6) is known color: Slate Blue. HEX triplet: 69, 60 and D6. RGB value is (105,96,214). Sum of RGB (Red+Green+Blue) = 105+96+214=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #6960D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6960D6 is #969F29. Grayscale: #6F6F6F. Windows color (decimal): -9871146 or 14049385. OLE color: 14049385.

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

Color convert

RGB 105 96 214 -
CMYK 0.51 0.55 0 0.16
HSL 244.58º 0.59% 0.61% -
HSV(B) 244.58º 0.55% 0.84% -
XYZ 22.15 16.22 65.58 -
YUV 112.14 185.48 122.91 -
System Red Green Blue C M Y K H S L
Decimal 105 96 214 0.51 0.55 0 0.16 244.58 0.59 0.61
Hex 69 60 D6 33 37 0 10 F5 3B 3D
Octal 151 140 326 63 67 0 20 365 73 75
Binary 1101001 1100000 11010110 110011 110111 0 10000 11110101 111011 111101

Color Harmonies of #6960D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6960D6

Black with #6960D6

Text Example


Text Example

White with #6960D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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