Html Css Color HEX #6955CA Slate Blue

📋 copy color: '#6955CA'

red 105 ◦ green 85 ◦ blue 202

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

Shades of Slate Blue #6955CA

Tints of Slate Blue #6955CA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.68%

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

R = 26.79%
G = 21.68%
B = 51.53%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6955CA (or 0x6955CA) is known color: Slate Blue. HEX triplet: 69, 55 and CA. RGB value is (105,85,202). Sum of RGB (Red+Green+Blue) = 105+85+202=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #6955CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6955CA is #96AA35. Grayscale: #676767. Windows color (decimal): -9873974 or 13260137. OLE color: 13260137.

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

Color convert

RGB 105 85 202 -
CMYK 0.48 0.58 0 0.21
HSL 250.26º 0.52% 0.56% -
HSV(B) 250.26º 0.58% 0.79% -
XYZ 19.73 13.76 57.49 -
YUV 104.32 183.13 128.49 -
System Red Green Blue C M Y K H S L
Decimal 105 85 202 0.48 0.58 0 0.21 250.26 0.52 0.56
Hex 69 55 CA 30 3A 0 15 FA 34 38
Octal 151 125 312 60 72 0 25 372 64 70
Binary 1101001 1010101 11001010 110000 111010 0 10101 11111010 110100 111000

Color Harmonies of #6955CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6955CA

Black with #6955CA

Text Example


Text Example

White with #6955CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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