Html Css Color HEX #6964CA Slate Blue

📋 copy color: '#6964CA'

red 105 ◦ green 100 ◦ blue 202

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

Shades of Slate Blue #6964CA

Tints of Slate Blue #6964CA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.57%

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

R = 25.8%
G = 24.57%
B = 49.63%

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

#6964CA (or 0x6964CA) is known color: Slate Blue. HEX triplet: 69, 64 and CA. RGB value is (105,100,202). Sum of RGB (Red+Green+Blue) = 105+100+202=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #6964CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6964CA is #969B35. Grayscale: #707070. Windows color (decimal): -9870134 or 13263977. OLE color: 13263977.

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

Color convert

RGB 105 100 202 -
CMYK 0.48 0.50 0 0.21
HSL 242.94º 0.49% 0.59% -
HSV(B) 242.94º 0.5% 0.79% -
XYZ 21.04 16.38 57.93 -
YUV 113.12 178.16 122.21 -
System Red Green Blue C M Y K H S L
Decimal 105 100 202 0.48 0.50 0 0.21 242.94 0.49 0.59
Hex 69 64 CA 30 32 0 15 F3 31 3B
Octal 151 144 312 60 62 0 25 363 61 73
Binary 1101001 1100100 11001010 110000 110010 0 10101 11110011 110001 111011

Color Harmonies of #6964CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6964CA

Black with #6964CA

Text Example


Text Example

White with #6964CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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