#C6B9FF

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

Shades of Lavender Blue #C6B9FF

Tints of Lavender Blue #C6B9FF

Color information

#C6B9FF (or 0xC6B9FF) is unknown color: approx Lavender Blue. HEX triplet: C6, B9 and FF. RGB value is (198,185,255). Sum of RGB (Red+Green+Blue) = 198+185+255=638 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.03% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B9FF is #394600. Grayscale: #C4C4C4. Windows color (decimal): -3753473 or 16759238. OLE color: 16759238.

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

Color convert

RGB198185255-
CMYK0.220.2700
HSL251.14º100%86.27%-
HSV(B)251.14º27.45%100%-
XYZ58.6953.92101.92-
YUV196.87160.81128.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.03%
GREEN value IS 185 (72.66% from 255) = 29.00%
BLUE value IS 255 (100% from 255) = 39.97%
R=31.03%
G=29.00%
B=39.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981852550.220.2700251.1410086.27
HexC6B9FF161B00fb6456
Octal306271377263300373144126
Binary1100011010111001111111111011011011001111101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B9FF; }

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

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

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

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

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

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

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

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