#6FB5F3

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

Shades of Maya Blue #6FB5F3

Tints of Maya Blue #6FB5F3

Color information

#6FB5F3 (or 0x6FB5F3) is unknown color: approx Maya Blue. HEX triplet: 6F, B5 and F3. RGB value is (111,181,243). Sum of RGB (Red+Green+Blue) = 111+181+243=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #6FB5F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB5F3 is #904A0C. Grayscale: #A6A6A6. Windows color (decimal): -9456141 or 15971695. OLE color: 15971695.

HSL color Cylindrical-coordinate representation of color #6FB5F3: hue angle of 208.18º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FB5F3 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB111181243-
CMYK0.540.2600.05
HSL208.18º84.62%69.41%-
HSV(B)208.18º54.32%95.29%-
XYZ39.2642.991.01-
YUV167.14170.8187.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.75%
GREEN value IS 181 (71.09% from 255) = 33.83%
BLUE value IS 243 (95.31% from 255) = 45.42%
R=20.75%
G=33.83%
B=45.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1111812430.540.2600.05208.1884.6269.41
Hex6FB5F3361A05d05545
Octal157265363663205320125105
Binary110111110110101111100111101101101001011101000010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,181,243); }

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

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

 a { background-color: rgb(111,181,243); }

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

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

 span { border-color: rgb(111,181,243); }

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