#C6B6FE

Color #C6B6FE Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #C6B6FE

Tints of Lavender Blue #C6B6FE

Color information

#C6B6FE (or 0xC6B6FE) is unknown color: approx Lavender Blue. HEX triplet: C6, B6 and FE. RGB value is (198,182,254). Sum of RGB (Red+Green+Blue) = 198+182+254=634 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.23% from 634); Green value is 182 (71.48% from 255 or 28.71% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6B6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B6FE is #394901. Grayscale: #C2C2C2. Windows color (decimal): -3754242 or 16692934. OLE color: 16692934.

HSL color Cylindrical-coordinate representation of color #C6B6FE: hue angle of 253.33º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6B6FE is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB198182254-
CMYK0.220.2800.00
HSL253.33º97.3%85.49%-
HSV(B)253.33º28.35%99.61%-
XYZ57.9152.62100.87-
YUV194.99161.3130.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.23%
GREEN value IS 182 (71.48% from 255) = 28.71%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=31.23%
G=28.71%
B=40.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1981822540.220.2800.00253.3397.385.49
HexC6B6FE161C00fd6155
Octal306266376263400375141125
Binary1100011010110110111111101011011100001111110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B6FE; }

 p { color: rgb(198,182,254); }

 H1.HeaderClassName
 {
   color: #C6B6FE;
 }
 .AnyTagClassName
 {
   color: #C6B6FE;
 }
</style>
background-color css

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

 a { background-color: rgb(198,182,254); }

 div.DivClassName
 {
   background-color: #C6B6FE;
 }
 .BgClassName
 {
   background-color: #C6B6FE;
 }
</style>
border-color css

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

 span { border-color: rgb(198,182,254); }

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