Html Css Color HEX #906BA6 Ce Soir

📋 copy color: '#906BA6'

red 144 ◦ green 107 ◦ blue 166

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

Shades of Ce Soir #906BA6

Tints of Ce Soir #906BA6

RGB

 RED value IS 144 (56.64% from 255) = 34.53%

 GREEN value IS 107 (42.19% from 255) = 25.66%

 BLUE value IS 166 (65.23% from 255) = 39.81%

R = 34.53%
G = 25.66%
B = 39.81%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#906BA6 (or 0x906BA6) is known color: Ce Soir. HEX triplet: 90, 6B and A6. RGB value is (144,107,166). Sum of RGB (Red+Green+Blue) = 144+107+166=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 166 - color contains mainly: blue. Hex color #906BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906BA6 is #6F9459. Grayscale: #7C7C7C. Windows color (decimal): -7312474 or 10906512. OLE color: 10906512.

HSL color Cylindrical-coordinate representation of color #906BA6: hue angle of 277.63º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #906BA6 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 144 107 166 -
CMYK 0.13 0.36 0 0.35
HSL 277.63º 0.25% 0.54% -
HSV(B) 277.63º 0.36% 0.65% -
XYZ 23.64 19.2 38.54 -
YUV 124.79 151.26 141.7 -
System Red Green Blue C M Y K H S L
Decimal 144 107 166 0.13 0.36 0 0.35 277.63 0.25 0.54
Hex 90 6B A6 D 24 0 23 116 19 36
Octal 220 153 246 15 44 0 43 426 31 66
Binary 10010000 1101011 10100110 1101 100100 0 100011 100010110 11001 110110

Color Harmonies of #906BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906BA6

Black with #906BA6

Text Example


Text Example

White with #906BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906BA6; }

 p { color: rgb(144,107,166); }

 H1.HeaderClassName
 {
   color: #906BA6;
 }
 .AnyTagClassName
 {
   color: #906BA6;
 }
</style>

background-color css

<style>
 a { background-color: #906BA6; }

 a { background-color: rgb(144,107,166); }

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

border-color css

<style>
 span { border-color: #906BA6; }

 span { border-color: rgb(144,107,166); }

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