Html Css Color HEX #C6AEFF Melrose

📋 copy color: '#C6AEFF'

red 198 ◦ green 174 ◦ blue 255

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

Shades of Melrose #C6AEFF

Tints of Melrose #C6AEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.75%

 BLUE value IS 255 (100% from 255) = 40.67%

R = 31.58%
G = 27.75%
B = 40.67%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C6AEFF (or 0xC6AEFF) is known color: Melrose. HEX triplet: C6, AE and FF. RGB value is (198,174,255). Sum of RGB (Red+Green+Blue) = 198+174+255=627 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.58% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AEFF is #395100. Grayscale: #BEBEBE. Windows color (decimal): -3756289 or 16756422. OLE color: 16756422.

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

Color convert

RGB 198 174 255 -
CMYK 0.22 0.32 0 0
HSL 257.78º 1% 0.84% -
HSV(B) 257.78º 0.32% 1% -
XYZ 56.47 49.5 101.19 -
YUV 190.41 164.45 133.41 -
System Red Green Blue C M Y K H S L
Decimal 198 174 255 0.22 0.32 0 0 257.78 1 0.84
Hex C6 AE FF 16 20 0 0 102 64 54
Octal 306 256 377 26 40 0 0 402 144 124
Binary 11000110 10101110 11111111 10110 100000 0 0 100000010 1100100 1010100

Color Harmonies of #C6AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AEFF

Black with #C6AEFF

Text Example


Text Example

White with #C6AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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