#6CABFB

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

Shades of Maya Blue #6CABFB

Tints of Maya Blue #6CABFB

Color information

#6CABFB (or 0x6CABFB) is unknown color: approx Maya Blue. HEX triplet: 6C, AB and FB. RGB value is (108,171,251). Sum of RGB (Red+Green+Blue) = 108+171+251=530 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.38% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #6CABFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CABFB is #935404. Grayscale: #A0A0A0. Windows color (decimal): -9655301 or 16493420. OLE color: 16493420.

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

Color convert

RGB108171251-
CMYK0.570.3200.02
HSL213.57º94.7%70.39%-
HSV(B)213.57º56.97%98.43%-
XYZ38.1639.2896.84-
YUV161.28178.6390-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.38%
GREEN value IS 171 (67.19% from 255) = 32.26%
BLUE value IS 251 (98.44% from 255) = 47.36%
R=20.38%
G=32.26%
B=47.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1081712510.570.3200.02213.5794.770.39
Hex6CABFB392002d65f46
Octal154253373714002326137106
Binary110110010101011111110111110011000000101101011010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,171,251); }

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

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

 a { background-color: rgb(108,171,251); }

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

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

 span { border-color: rgb(108,171,251); }

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