#6FB0FA

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

Shades of Maya Blue #6FB0FA

Tints of Maya Blue #6FB0FA

Color information

#6FB0FA (or 0x6FB0FA) is unknown color: approx Maya Blue. HEX triplet: 6F, B0 and FA. RGB value is (111,176,250). Sum of RGB (Red+Green+Blue) = 111+176+250=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FB0FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FB0FA is #904F05. Grayscale: #A4A4A4. Windows color (decimal): -9457414 or 16429167. OLE color: 16429167.

HSL color Cylindrical-coordinate representation of color #6FB0FA: hue angle of 211.94º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FB0FA is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB111176250-
CMYK0.560.3000.02
HSL211.94º93.29%70.78%-
HSV(B)211.94º55.6%98.04%-
XYZ39.3441.3396.35-
YUV165175.9789.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.67%
GREEN value IS 176 (69.14% from 255) = 32.77%
BLUE value IS 250 (98.05% from 255) = 46.55%
R=20.67%
G=32.77%
B=46.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1111762500.560.3000.02211.9493.2970.78
Hex6FB0FA381E02d45d47
Octal157260372703602324135107
Binary11011111011000011111010111000111100101101010010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,176,250); }

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

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

 a { background-color: rgb(111,176,250); }

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

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

 span { border-color: rgb(111,176,250); }

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