#6BC0FA

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

Shades of Maya Blue #6BC0FA

Tints of Maya Blue #6BC0FA

Color information

#6BC0FA (or 0x6BC0FA) is unknown color: approx Maya Blue. HEX triplet: 6B, C0 and FA. RGB value is (107,192,250). Sum of RGB (Red+Green+Blue) = 107+192+250=549 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.49% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #6BC0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BC0FA is #943F05. Grayscale: #ACACAC. Windows color (decimal): -9715462 or 16433259. OLE color: 16433259.

HSL color Cylindrical-coordinate representation of color #6BC0FA: hue angle of 204.34º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BC0FA is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB107192250-
CMYK0.570.2300.02
HSL204.34º93.46%70%-
HSV(B)204.34º57.2%98.04%-
XYZ42.1747.7397.43-
YUV173.2171.3480.78-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.49%
GREEN value IS 192 (75.39% from 255) = 34.97%
BLUE value IS 250 (98.05% from 255) = 45.54%
R=19.49%
G=34.97%
B=45.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1071922500.570.2300.02204.3493.4670
Hex6BC0FA391702cc5d46
Octal153300372712702314135106
Binary11010111100000011111010111001101110101100110010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,192,250); }

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

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

 a { background-color: rgb(107,192,250); }

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

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

 span { border-color: rgb(107,192,250); }

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