Html Css Color HEX #6969DB Slate Blue

📋 copy color: '#6969DB'

red 105 ◦ green 105 ◦ blue 219

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

Shades of Slate Blue #6969DB

Tints of Slate Blue #6969DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.48%

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

R = 24.48%
G = 24.48%
B = 51.05%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6969DB (or 0x6969DB) is known color: Slate Blue. HEX triplet: 69, 69 and DB. RGB value is (105,105,219). Sum of RGB (Red+Green+Blue) = 105+105+219=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #6969DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6969DB is #969624. Grayscale: #757575. Windows color (decimal): -9868837 or 14379369. OLE color: 14379369.

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

Color convert

RGB 105 105 219 -
CMYK 0.52 0.52 0 0.14
HSL 240º 0.61% 0.64% -
HSV(B) 240º 0.52% 0.86% -
XYZ 23.66 18.22 69.29 -
YUV 118 185 118.73 -
System Red Green Blue C M Y K H S L
Decimal 105 105 219 0.52 0.52 0 0.14 240 0.61 0.64
Hex 69 69 DB 34 34 0 E F0 3D 40
Octal 151 151 333 64 64 0 16 360 75 100
Binary 1101001 1101001 11011011 110100 110100 0 1110 11110000 111101 1000000

Color Harmonies of #6969DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6969DB

Black with #6969DB

Text Example


Text Example

White with #6969DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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