Html Css Color HEX #6955CB Slate Blue

📋 copy color: '#6955CB'

red 105 ◦ green 85 ◦ blue 203

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

Shades of Slate Blue #6955CB

Tints of Slate Blue #6955CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.65%

R = 26.72%
G = 21.63%
B = 51.65%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6955CB (or 0x6955CB) is known color: Slate Blue. HEX triplet: 69, 55 and CB. RGB value is (105,85,203). Sum of RGB (Red+Green+Blue) = 105+85+203=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #6955CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6955CB is #96AA34. Grayscale: #676767. Windows color (decimal): -9873973 or 13325673. OLE color: 13325673.

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

Color convert

RGB 105 85 203 -
CMYK 0.48 0.58 0 0.20
HSL 250.17º 0.53% 0.56% -
HSV(B) 250.17º 0.58% 0.8% -
XYZ 19.85 13.81 58.12 -
YUV 104.43 183.63 128.41 -
System Red Green Blue C M Y K H S L
Decimal 105 85 203 0.48 0.58 0 0.20 250.17 0.53 0.56
Hex 69 55 CB 30 3A 0 14 FA 35 38
Octal 151 125 313 60 72 0 24 372 65 70
Binary 1101001 1010101 11001011 110000 111010 0 10100 11111010 110101 111000

Color Harmonies of #6955CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6955CB

Black with #6955CB

Text Example


Text Example

White with #6955CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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