Html Css Color HEX #6966CA Slate Blue

📋 copy color: '#6966CA'

red 105 ◦ green 102 ◦ blue 202

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

Shades of Slate Blue #6966CA

Tints of Slate Blue #6966CA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.94%

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

R = 25.67%
G = 24.94%
B = 49.39%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6966CA (or 0x6966CA) is known color: Slate Blue. HEX triplet: 69, 66 and CA. RGB value is (105,102,202). Sum of RGB (Red+Green+Blue) = 105+102+202=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #6966CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6966CA is #969935. Grayscale: #717171. Windows color (decimal): -9869622 or 13264489. OLE color: 13264489.

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

Color convert

RGB 105 102 202 -
CMYK 0.48 0.50 0 0.21
HSL 241.8º 0.49% 0.6% -
HSV(B) 241.8º 0.5% 0.79% -
XYZ 21.24 16.77 57.99 -
YUV 114.3 177.49 121.37 -
System Red Green Blue C M Y K H S L
Decimal 105 102 202 0.48 0.50 0 0.21 241.8 0.49 0.6
Hex 69 66 CA 30 32 0 15 F2 31 3C
Octal 151 146 312 60 62 0 25 362 61 74
Binary 1101001 1100110 11001010 110000 110010 0 10101 11110010 110001 111100

Color Harmonies of #6966CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6966CA

Black with #6966CA

Text Example


Text Example

White with #6966CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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