#C6C0F3

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

Shades of Lavender Blue #C6C0F3

Tints of Lavender Blue #C6C0F3

Color information

#C6C0F3 (or 0xC6C0F3) is unknown color: approx Lavender Blue. HEX triplet: C6, C0 and F3. RGB value is (198,192,243). Sum of RGB (Red+Green+Blue) = 198+192+243=633 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.28% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #C6C0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C0F3 is #393F0C. Grayscale: #C7C7C7. Windows color (decimal): -3751693 or 15974598. OLE color: 15974598.

HSL color Cylindrical-coordinate representation of color #C6C0F3: hue angle of 247.06º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6C0F3 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB198192243-
CMYK0.190.2100.05
HSL247.06º68%85.29%-
HSV(B)247.06º20.99%95.29%-
XYZ58.3256.1892.56-
YUV199.61152.49126.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.28%
GREEN value IS 192 (75.39% from 255) = 30.33%
BLUE value IS 243 (95.31% from 255) = 38.39%
R=31.28%
G=30.33%
B=38.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981922430.190.2100.05247.066885.29
HexC6C0F3131505f74455
Octal306300363232505367104125
Binary110001101100000011110011100111010101011111011110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C0F3; }

 p { color: rgb(198,192,243); }

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

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

 a { background-color: rgb(198,192,243); }

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

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

 span { border-color: rgb(198,192,243); }

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