Html Css Color HEX #6961DC Slate Blue

📋 copy color: '#6961DC'

red 105 ◦ green 97 ◦ blue 220

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

Shades of Slate Blue #6961DC

Tints of Slate Blue #6961DC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.99%

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 24.88%
G = 22.99%
B = 52.13%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6961DC (or 0x6961DC) is known color: Slate Blue. HEX triplet: 69, 61 and DC. RGB value is (105,97,220). Sum of RGB (Red+Green+Blue) = 105+97+220=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #6961DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6961DC is #969E23. Grayscale: #707070. Windows color (decimal): -9870884 or 14442857. OLE color: 14442857.

HSL color Cylindrical-coordinate representation of color #6961DC: hue angle of 243.9º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6961DC is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 97 220 -
CMYK 0.52 0.56 0 0.14
HSL 243.9º 0.64% 0.62% -
HSV(B) 243.9º 0.56% 0.86% -
XYZ 23.02 16.72 69.72 -
YUV 113.41 188.15 122 -
System Red Green Blue C M Y K H S L
Decimal 105 97 220 0.52 0.56 0 0.14 243.9 0.64 0.62
Hex 69 61 DC 34 38 0 E F4 40 3E
Octal 151 141 334 64 70 0 16 364 100 76
Binary 1101001 1100001 11011100 110100 111000 0 1110 11110100 1000000 111110

Color Harmonies of #6961DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6961DC

Black with #6961DC

Text Example


Text Example

White with #6961DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6961DC; }

 p { color: rgb(105,97,220); }

 H1.HeaderClassName
 {
   color: #6961DC;
 }
 .AnyTagClassName
 {
   color: #6961DC;
 }
</style>

background-color css

<style>
 a { background-color: #6961DC; }

 a { background-color: rgb(105,97,220); }

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

border-color css

<style>
 span { border-color: #6961DC; }

 span { border-color: rgb(105,97,220); }

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