#6FC4F7

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

Shades of Maya Blue #6FC4F7

Tints of Maya Blue #6FC4F7

Color information

#6FC4F7 (or 0x6FC4F7) is unknown color: approx Maya Blue. HEX triplet: 6F, C4 and F7. RGB value is (111,196,247). Sum of RGB (Red+Green+Blue) = 111+196+247=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #6FC4F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC4F7 is #903B08. Grayscale: #B0B0B0. Windows color (decimal): -9452297 or 16237679. OLE color: 16237679.

HSL color Cylindrical-coordinate representation of color #6FC4F7: hue angle of 202.5º 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 #6FC4F7 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB111196247-
CMYK0.550.2100.03
HSL202.5º89.47%70.2%-
HSV(B)202.5º55.06%96.86%-
XYZ43.0849.5795.29-
YUV176.4167.8481.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.04%
GREEN value IS 196 (76.95% from 255) = 35.38%
BLUE value IS 247 (96.88% from 255) = 44.58%
R=20.04%
G=35.38%
B=44.58%

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
Decimal1111962470.550.2100.03202.589.4770.2
Hex6FC4F7371503ca5946
Octal157304367672503312131106
Binary11011111100010011110111110111101010111100101010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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