#6FC3F7

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

Shades of Maya Blue #6FC3F7

Tints of Maya Blue #6FC3F7

Color information

#6FC3F7 (or 0x6FC3F7) is unknown color: approx Maya Blue. HEX triplet: 6F, C3 and F7. RGB value is (111,195,247). Sum of RGB (Red+Green+Blue) = 111+195+247=553 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.07% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #6FC3F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC3F7 is #903C08. Grayscale: #AFAFAF. Windows color (decimal): -9452553 or 16237423. OLE color: 16237423.

HSL color Cylindrical-coordinate representation of color #6FC3F7: hue angle of 202.94º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FC3F7 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB111195247-
CMYK0.550.2100.03
HSL202.94º89.47%70.2%-
HSV(B)202.94º55.06%96.86%-
XYZ42.8649.1395.22-
YUV175.81168.1781.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.07%
GREEN value IS 195 (76.56% from 255) = 35.26%
BLUE value IS 247 (96.88% from 255) = 44.67%
R=20.07%
G=35.26%
B=44.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1111952470.550.2100.03202.9489.4770.2
Hex6FC3F7371503cb5946
Octal157303367672503313131106
Binary11011111100001111110111110111101010111100101110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FC3F7; }

 p { color: rgb(111,195,247); }

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

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

 a { background-color: rgb(111,195,247); }

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

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

 span { border-color: rgb(111,195,247); }

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