#6CADFA

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

Shades of Maya Blue #6CADFA

Tints of Maya Blue #6CADFA

Color information

#6CADFA (or 0x6CADFA) is unknown color: approx Maya Blue. HEX triplet: 6C, AD and FA. RGB value is (108,173,250). Sum of RGB (Red+Green+Blue) = 108+173+250=531 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.34% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #6CADFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CADFA is #935205. Grayscale: #A1A1A1. Windows color (decimal): -9654790 or 16428396. OLE color: 16428396.

HSL color Cylindrical-coordinate representation of color #6CADFA: hue angle of 212.54º 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 #6CADFA is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB108173250-
CMYK0.570.3100.02
HSL212.54º93.42%70.2%-
HSV(B)212.54º56.8%98.04%-
XYZ38.3839.9896.14-
YUV162.34177.4789.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.34%
GREEN value IS 173 (67.97% from 255) = 32.58%
BLUE value IS 250 (98.05% from 255) = 47.08%
R=20.34%
G=32.58%
B=47.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1081732500.570.3100.02212.5493.4270.2
Hex6CADFA391F02d55d46
Octal154255372713702325135106
Binary11011001010110111111010111001111110101101010110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,173,250); }

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

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

 a { background-color: rgb(108,173,250); }

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

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

 span { border-color: rgb(108,173,250); }

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