#6FB6FF

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

Shades of Maya Blue #6FB6FF

Tints of Maya Blue #6FB6FF

Color information

#6FB6FF (or 0x6FB6FF) is unknown color: approx Maya Blue. HEX triplet: 6F, B6 and FF. RGB value is (111,182,255). Sum of RGB (Red+Green+Blue) = 111+182+255=548 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.26% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FB6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB6FF is #904900. Grayscale: #A8A8A8. Windows color (decimal): -9455873 or 16758383. OLE color: 16758383.

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

Color convert

RGB111182255-
CMYK0.560.2900
HSL210.42º100%71.76%-
HSV(B)210.42º56.47%100%-
XYZ41.3344.06100.93-
YUV169.09176.4886.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.26%
GREEN value IS 182 (71.48% from 255) = 33.21%
BLUE value IS 255 (100% from 255) = 46.53%
R=20.26%
G=33.21%
B=46.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1111822550.560.2900210.4210071.76
Hex6FB6FF381D00d26448
Octal157266377703500322144110
Binary1101111101101101111111111100011101001101001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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