Html Css Color HEX #C6C5FA Lavender Blue

📋 copy color: '#C6C5FA'

red 198 ◦ green 197 ◦ blue 250

#C6C5FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #C6C5FA

Tints of Lavender Blue #C6C5FA

RGB

 RED value IS 198 (77.73% from 255) = 30.7%

 GREEN value IS 197 (77.34% from 255) = 30.54%

 BLUE value IS 250 (98.05% from 255) = 38.76%

R = 30.7%
G = 30.54%
B = 38.76%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C6C5FA (or 0xC6C5FA) is known color: Lavender Blue. HEX triplet: C6, C5 and FA. RGB value is (198,197,250). Sum of RGB (Red+Green+Blue) = 198+197+250=645 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.70% from 645); Green value is 197 (77.34% from 255 or 30.54% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6C5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C5FA is #393A05. Grayscale: #CBCBCB. Windows color (decimal): -3750406 or 16434630. OLE color: 16434630.

HSL color Cylindrical-coordinate representation of color #C6C5FA: hue angle of 241.13º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6C5FA is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 197 250 -
CMYK 0.21 0.21 0 0.02
HSL 241.13º 0.84% 0.88% -
HSV(B) 241.13º 0.21% 0.98% -
XYZ 60.51 58.84 98.61 -
YUV 203.34 154.33 124.19 -
System Red Green Blue C M Y K H S L
Decimal 198 197 250 0.21 0.21 0 0.02 241.13 0.84 0.88
Hex C6 C5 FA 15 15 0 2 F1 54 58
Octal 306 305 372 25 25 0 2 361 124 130
Binary 11000110 11000101 11111010 10101 10101 0 10 11110001 1010100 1011000

Color Harmonies of #C6C5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C5FA

Black with #C6C5FA

Text Example


Text Example

White with #C6C5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C5FA; }

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

 H1.HeaderClassName
 {
   color: #C6C5FA;
 }
 .AnyTagClassName
 {
   color: #C6C5FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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