Html Css Color HEX #6961DB Slate Blue

📋 copy color: '#6961DB'

red 105 ◦ green 97 ◦ blue 219

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

Shades of Slate Blue #6961DB

Tints of Slate Blue #6961DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.02%

R = 24.94%
G = 23.04%
B = 52.02%

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

#6961DB (or 0x6961DB) is known color: Slate Blue. HEX triplet: 69, 61 and DB. RGB value is (105,97,219). Sum of RGB (Red+Green+Blue) = 105+97+219=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #6961DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6961DB is #969E24. Grayscale: #707070. Windows color (decimal): -9870885 or 14377321. OLE color: 14377321.

HSL color Cylindrical-coordinate representation of color #6961DB: hue angle of 243.93º degrees, saturation: 0.63, 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 #6961DB is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 97 219 -
CMYK 0.52 0.56 0 0.14
HSL 243.93º 0.63% 0.62% -
HSV(B) 243.93º 0.56% 0.86% -
XYZ 22.89 16.67 69.03 -
YUV 113.3 187.65 122.08 -
System Red Green Blue C M Y K H S L
Decimal 105 97 219 0.52 0.56 0 0.14 243.93 0.63 0.62
Hex 69 61 DB 34 38 0 E F4 3F 3E
Octal 151 141 333 64 70 0 16 364 77 76
Binary 1101001 1100001 11011011 110100 111000 0 1110 11110100 111111 111110

Color Harmonies of #6961DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6961DB

Black with #6961DB

Text Example


Text Example

White with #6961DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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