#C6C5FC

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

Shades of Lavender Blue #C6C5FC

Tints of Lavender Blue #C6C5FC

Color information

#C6C5FC (or 0xC6C5FC) is unknown color: approx Lavender Blue. HEX triplet: C6, C5 and FC. RGB value is (198,197,252). Sum of RGB (Red+Green+Blue) = 198+197+252=647 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.60% from 647); Green value is 197 (77.34% from 255 or 30.45% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6C5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C5FC is #393A03. Grayscale: #CBCBCB. Windows color (decimal): -3750404 or 16565702. OLE color: 16565702.

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

Color convert

RGB198197252-
CMYK0.210.2200.01
HSL241.09º90.16%88.04%-
HSV(B)241.09º21.83%98.82%-
XYZ60.8358.97100.27-
YUV203.57155.33124.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.60%
GREEN value IS 197 (77.34% from 255) = 30.45%
BLUE value IS 252 (98.83% from 255) = 38.95%
R=30.60%
G=30.45%
B=38.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981972520.210.2200.01241.0990.1688.04
HexC6C5FC151601f15a58
Octal306305374252601361132130
Binary1100011011000101111111001010110110011111000110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C5FC; }

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

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

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

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

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

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

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

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