#6CBAF1

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

Shades of Maya Blue #6CBAF1

Tints of Maya Blue #6CBAF1

Color information

#6CBAF1 (or 0x6CBAF1) is unknown color: approx Maya Blue. HEX triplet: 6C, BA and F1. RGB value is (108,186,241). Sum of RGB (Red+Green+Blue) = 108+186+241=535 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.19% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #6CBAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBAF1 is #93450E. Grayscale: #A8A8A8. Windows color (decimal): -9651471 or 15841900. OLE color: 15841900.

HSL color Cylindrical-coordinate representation of color #6CBAF1: hue angle of 204.81º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CBAF1 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB108186241-
CMYK0.550.2300.05
HSL204.81º82.61%68.43%-
HSV(B)204.81º55.19%94.51%-
XYZ39.6244.6689.75-
YUV168.95168.6684.53-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.19%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 241 (94.53% from 255) = 45.05%
R=20.19%
G=34.77%
B=45.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1081862410.550.2300.05204.8182.6168.43
Hex6CBAF1371705cd5344
Octal154272361672705315123104
Binary110110010111010111100011101111011101011100110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,186,241); }

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

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

 a { background-color: rgb(108,186,241); }

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

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

 span { border-color: rgb(108,186,241); }

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