#6FB2FC

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

Shades of Maya Blue #6FB2FC

Tints of Maya Blue #6FB2FC

Color information

#6FB2FC (or 0x6FB2FC) is unknown color: approx Maya Blue. HEX triplet: 6F, B2 and FC. RGB value is (111,178,252). Sum of RGB (Red+Green+Blue) = 111+178+252=541 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.52% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FB2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FB2FC is #904D03. Grayscale: #A6A6A6. Windows color (decimal): -9456900 or 16560751. OLE color: 16560751.

HSL color Cylindrical-coordinate representation of color #6FB2FC: hue angle of 211.49º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FB2FC is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB111178252-
CMYK0.560.2900.01
HSL211.49º95.92%71.18%-
HSV(B)211.49º55.95%98.82%-
XYZ40.0542.2598.14-
YUV166.4176.388.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.52%
GREEN value IS 178 (69.92% from 255) = 32.90%
BLUE value IS 252 (98.83% from 255) = 46.58%
R=20.52%
G=32.90%
B=46.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1111782520.560.2900.01211.4995.9271.18
Hex6FB2FC381D01d36047
Octal157262374703501323140107
Binary1101111101100101111110011100011101011101001111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,178,252); }

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

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

 a { background-color: rgb(111,178,252); }

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

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

 span { border-color: rgb(111,178,252); }

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