#6BB4FD

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

Shades of Maya Blue #6BB4FD

Tints of Maya Blue #6BB4FD

Color information

#6BB4FD (or 0x6BB4FD) is unknown color: approx Maya Blue. HEX triplet: 6B, B4 and FD. RGB value is (107,180,253). Sum of RGB (Red+Green+Blue) = 107+180+253=540 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.81% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BB4FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BB4FD is #944B02. Grayscale: #A6A6A6. Windows color (decimal): -9718531 or 16626795. OLE color: 16626795.

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

Color convert

RGB107180253-
CMYK0.580.2900.01
HSL210º97.33%70.59%-
HSV(B)210º57.71%99.22%-
XYZ40.1142.8699.09-
YUV166.5176.8285.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.81%
GREEN value IS 180 (70.70% from 255) = 33.33%
BLUE value IS 253 (99.22% from 255) = 46.85%
R=19.81%
G=33.33%
B=46.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1071802530.580.2900.0121097.3370.59
Hex6BB4FD3A1D01d26147
Octal153264375723501322141107
Binary1101011101101001111110111101011101011101001011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,180,253); }

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

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

 a { background-color: rgb(107,180,253); }

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

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

 span { border-color: rgb(107,180,253); }

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