#6BB5FD

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

Shades of Maya Blue #6BB5FD

Tints of Maya Blue #6BB5FD

Color information

#6BB5FD (or 0x6BB5FD) is unknown color: approx Maya Blue. HEX triplet: 6B, B5 and FD. RGB value is (107,181,253). Sum of RGB (Red+Green+Blue) = 107+181+253=541 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.78% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BB5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BB5FD is #944A02. Grayscale: #A6A6A6. Windows color (decimal): -9718275 or 16627051. OLE color: 16627051.

HSL color Cylindrical-coordinate representation of color #6BB5FD: hue angle of 209.59º 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 #6BB5FD is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB107181253-
CMYK0.580.2800.01
HSL209.59º97.33%70.59%-
HSV(B)209.59º57.71%99.22%-
XYZ40.3243.2799.15-
YUV167.08176.4885.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.78%
GREEN value IS 181 (71.09% from 255) = 33.46%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=19.78%
G=33.46%
B=46.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1071812530.580.2800.01209.5997.3370.59
Hex6BB5FD3A1C01d26147
Octal153265375723401322141107
Binary1101011101101011111110111101011100011101001011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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