Html Css Color HEX #6960DF Slate Blue

📋 copy color: '#6960DF'

red 105 ◦ green 96 ◦ blue 223

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

Shades of Slate Blue #6960DF

Tints of Slate Blue #6960DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.59%

R = 24.76%
G = 22.64%
B = 52.59%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6960DF (or 0x6960DF) is known color: Slate Blue. HEX triplet: 69, 60 and DF. RGB value is (105,96,223). Sum of RGB (Red+Green+Blue) = 105+96+223=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #6960DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6960DF is #969F20. Grayscale: #707070. Windows color (decimal): -9871137 or 14639209. OLE color: 14639209.

HSL color Cylindrical-coordinate representation of color #6960DF: hue angle of 244.25º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6960DF is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 96 223 -
CMYK 0.53 0.57 0 0.13
HSL 244.25º 0.66% 0.63% -
HSV(B) 244.25º 0.57% 0.87% -
XYZ 23.33 16.7 71.81 -
YUV 113.17 189.98 122.17 -
System Red Green Blue C M Y K H S L
Decimal 105 96 223 0.53 0.57 0 0.13 244.25 0.66 0.63
Hex 69 60 DF 35 39 0 D F4 42 3F
Octal 151 140 337 65 71 0 15 364 102 77
Binary 1101001 1100000 11011111 110101 111001 0 1101 11110100 1000010 111111

Color Harmonies of #6960DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6960DF

Black with #6960DF

Text Example


Text Example

White with #6960DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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