#C6B7FC

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

Shades of Lavender Blue #C6B7FC

Tints of Lavender Blue #C6B7FC

Color information

#C6B7FC (or 0xC6B7FC) is unknown color: approx Lavender Blue. HEX triplet: C6, B7 and FC. RGB value is (198,183,252). Sum of RGB (Red+Green+Blue) = 198+183+252=633 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.28% from 633); Green value is 183 (71.88% from 255 or 28.91% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6B7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B7FC is #394803. Grayscale: #C3C3C3. Windows color (decimal): -3753988 or 16562118. OLE color: 16562118.

HSL color Cylindrical-coordinate representation of color #C6B7FC: hue angle of 253.04º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6B7FC is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB198183252-
CMYK0.210.2700.01
HSL253.04º92%85.29%-
HSV(B)253.04º27.38%98.82%-
XYZ57.7952.999.26-
YUV195.35159.97129.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.28%
GREEN value IS 183 (71.88% from 255) = 28.91%
BLUE value IS 252 (98.83% from 255) = 39.81%
R=31.28%
G=28.91%
B=39.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981832520.210.2700.01253.049285.29
HexC6B7FC151B01fd5c55
Octal306267374253301375134125
Binary1100011010110111111111001010111011011111110110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B7FC; }

 p { color: rgb(198,183,252); }

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

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

 a { background-color: rgb(198,183,252); }

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

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

 span { border-color: rgb(198,183,252); }

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