#C6C5FF

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

Shades of Lavender Blue #C6C5FF

Tints of Lavender Blue #C6C5FF

Color information

#C6C5FF (or 0xC6C5FF) is unknown color: approx Lavender Blue. HEX triplet: C6, C5 and FF. RGB value is (198,197,255). Sum of RGB (Red+Green+Blue) = 198+197+255=650 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.46% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C5FF is #393A00. Grayscale: #CBCBCB. Windows color (decimal): -3750401 or 16762310. OLE color: 16762310.

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

Color convert

RGB198197255-
CMYK0.220.2300
HSL241.03º100%88.63%-
HSV(B)241.03º22.75%100%-
XYZ61.359.16102.8-
YUV203.91156.83123.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.46%
GREEN value IS 197 (77.34% from 255) = 30.31%
BLUE value IS 255 (100% from 255) = 39.23%
R=30.46%
G=30.31%
B=39.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981972550.220.2300241.0310088.63
HexC6C5FF161700f16459
Octal306305377262700361144131
Binary1100011011000101111111111011010111001111000111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C5FF; }

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

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

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

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

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

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

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

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