#6FB6F1

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

Shades of Maya Blue #6FB6F1

Tints of Maya Blue #6FB6F1

Color information

#6FB6F1 (or 0x6FB6F1) is unknown color: approx Maya Blue. HEX triplet: 6F, B6 and F1. RGB value is (111,182,241). Sum of RGB (Red+Green+Blue) = 111+182+241=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #6FB6F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB6F1 is #90490E. Grayscale: #A7A7A7. Windows color (decimal): -9455887 or 15840879. OLE color: 15840879.

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

Color convert

RGB111182241-
CMYK0.540.2400.05
HSL207.23º82.28%69.02%-
HSV(B)207.23º53.94%94.51%-
XYZ39.1643.1989.49-
YUV167.5169.4887.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.79%
GREEN value IS 182 (71.48% from 255) = 34.08%
BLUE value IS 241 (94.53% from 255) = 45.13%
R=20.79%
G=34.08%
B=45.13%

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
Decimal1111822410.540.2400.05207.2382.2869.02
Hex6FB6F1361805cf5245
Octal157266361663005317122105
Binary110111110110110111100011101101100001011100111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,182,241); }

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

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

 a { background-color: rgb(111,182,241); }

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

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

 span { border-color: rgb(111,182,241); }

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