#6CB8F1

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

Shades of Maya Blue #6CB8F1

Tints of Maya Blue #6CB8F1

Color information

#6CB8F1 (or 0x6CB8F1) is unknown color: approx Maya Blue. HEX triplet: 6C, B8 and F1. RGB value is (108,184,241). Sum of RGB (Red+Green+Blue) = 108+184+241=533 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.26% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #6CB8F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CB8F1 is #93470E. Grayscale: #A7A7A7. Windows color (decimal): -9651983 or 15841388. OLE color: 15841388.

HSL color Cylindrical-coordinate representation of color #6CB8F1: hue angle of 205.71º 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 #6CB8F1 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB108184241-
CMYK0.550.2400.05
HSL205.71º82.61%68.43%-
HSV(B)205.71º55.19%94.51%-
XYZ39.243.8289.61-
YUV167.77169.3285.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.26%
GREEN value IS 184 (72.27% from 255) = 34.52%
BLUE value IS 241 (94.53% from 255) = 45.22%
R=20.26%
G=34.52%
B=45.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1081842410.550.2400.05205.7182.6168.43
Hex6CB8F1371805ce5344
Octal154270361673005316123104
Binary110110010111000111100011101111100001011100111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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