#6FB9F3

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

Shades of Maya Blue #6FB9F3

Tints of Maya Blue #6FB9F3

Color information

#6FB9F3 (or 0x6FB9F3) is unknown color: approx Maya Blue. HEX triplet: 6F, B9 and F3. RGB value is (111,185,243). Sum of RGB (Red+Green+Blue) = 111+185+243=539 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.59% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 243 (95.31% from 255 or 45.08% from 539); Max value from RGB is 243 - color contains mainly: blue. Hex color #6FB9F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB9F3 is #90460C. Grayscale: #A9A9A9. Windows color (decimal): -9455117 or 15972719. OLE color: 15972719.

HSL color Cylindrical-coordinate representation of color #6FB9F3: hue angle of 206.36º 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 #6FB9F3 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB111185243-
CMYK0.540.2400.05
HSL206.36º84.62%69.41%-
HSV(B)206.36º54.32%95.29%-
XYZ40.0844.5591.28-
YUV169.49169.4886.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.59%
GREEN value IS 185 (72.66% from 255) = 34.32%
BLUE value IS 243 (95.31% from 255) = 45.08%
R=20.59%
G=34.32%
B=45.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1111852430.540.2400.05206.3684.6269.41
Hex6FB9F3361805ce5545
Octal157271363663005316125105
Binary110111110111001111100111101101100001011100111010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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