#6FB9F1

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

Shades of Maya Blue #6FB9F1

Tints of Maya Blue #6FB9F1

Color information

#6FB9F1 (or 0x6FB9F1) is unknown color: approx Maya Blue. HEX triplet: 6F, B9 and F1. RGB value is (111,185,241). Sum of RGB (Red+Green+Blue) = 111+185+241=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #6FB9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB9F1 is #90460E. Grayscale: #A8A8A8. Windows color (decimal): -9455119 or 15841647. OLE color: 15841647.

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

Color convert

RGB111185241-
CMYK0.540.2300.05
HSL205.85º82.28%69.02%-
HSV(B)205.85º53.94%94.51%-
XYZ39.7844.4389.7-
YUV169.26168.4886.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.67%
GREEN value IS 185 (72.66% from 255) = 34.45%
BLUE value IS 241 (94.53% from 255) = 44.88%
R=20.67%
G=34.45%
B=44.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1111852410.540.2300.05205.8582.2869.02
Hex6FB9F1361705ce5245
Octal157271361662705316122105
Binary110111110111001111100011101101011101011100111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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