Html Css Color HEX #F6C7FF Blue Chalk

📋 copy color: '#F6C7FF'

red 246 ◦ green 199 ◦ blue 255

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

Shades of Blue Chalk #F6C7FF

Tints of Blue Chalk #F6C7FF

RGB

 RED value IS 246 (96.48% from 255) = 35.14%

 GREEN value IS 199 (78.13% from 255) = 28.43%

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

R = 35.14%
G = 28.43%
B = 36.43%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F6C7FF (or 0xF6C7FF) is known color: Blue Chalk. HEX triplet: F6, C7 and FF. RGB value is (246,199,255). Sum of RGB (Red+Green+Blue) = 246+199+255=700 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.14% from 700); Green value is 199 (78.12% from 255 or 28.43% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6C7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C7FF is #093800. Grayscale: #DBDBDB. Windows color (decimal): -604161 or 16762870. OLE color: 16762870.

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

Color convert

RGB 246 199 255 -
CMYK 0.04 0.22 0 0
HSL 290.36º 1% 0.89% -
HSV(B) 290.36º 0.22% 1% -
XYZ 76.48 67.66 103.64 -
YUV 219.44 148.07 146.95 -
System Red Green Blue C M Y K H S L
Decimal 246 199 255 0.04 0.22 0 0 290.36 1 0.89
Hex F6 C7 FF 4 16 0 0 122 64 59
Octal 366 307 377 4 26 0 0 442 144 131
Binary 11110110 11000111 11111111 100 10110 0 0 100100010 1100100 1011001

Color Harmonies of #F6C7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C7FF

Black with #F6C7FF

Text Example


Text Example

White with #F6C7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C7FF; }

 p { color: rgb(246,199,255); }

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

background-color css

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

 a { background-color: rgb(246,199,255); }

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

border-color css

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

 span { border-color: rgb(246,199,255); }

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