Html Css Color HEX #6969CA Slate Blue

📋 copy color: '#6969CA'

red 105 ◦ green 105 ◦ blue 202

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

Shades of Slate Blue #6969CA

Tints of Slate Blue #6969CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.03%

R = 25.49%
G = 25.49%
B = 49.03%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6969CA (or 0x6969CA) is known color: Slate Blue. HEX triplet: 69, 69 and CA. RGB value is (105,105,202). Sum of RGB (Red+Green+Blue) = 105+105+202=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #6969CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6969CA is #969635. Grayscale: #737373. Windows color (decimal): -9868854 or 13265257. OLE color: 13265257.

HSL color Cylindrical-coordinate representation of color #6969CA: hue angle of 240º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6969CA is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 105 105 202 -
CMYK 0.48 0.48 0 0.21
HSL 240º 0.48% 0.6% -
HSV(B) 240º 0.48% 0.79% -
XYZ 21.54 17.37 58.09 -
YUV 116.06 176.5 120.11 -
System Red Green Blue C M Y K H S L
Decimal 105 105 202 0.48 0.48 0 0.21 240 0.48 0.6
Hex 69 69 CA 30 30 0 15 F0 30 3C
Octal 151 151 312 60 60 0 25 360 60 74
Binary 1101001 1101001 11001010 110000 110000 0 10101 11110000 110000 111100

Color Harmonies of #6969CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6969CA

Black with #6969CA

Text Example


Text Example

White with #6969CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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