#6BC8FE

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

Shades of Maya Blue #6BC8FE

Tints of Maya Blue #6BC8FE

Color information

#6BC8FE (or 0x6BC8FE) is unknown color: approx Maya Blue. HEX triplet: 6B, C8 and FE. RGB value is (107,200,254). Sum of RGB (Red+Green+Blue) = 107+200+254=561 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.07% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BC8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BC8FE is #943701. Grayscale: #B2B2B2. Windows color (decimal): -9713410 or 16697451. OLE color: 16697451.

HSL color Cylindrical-coordinate representation of color #6BC8FE: hue angle of 202.04º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BC8FE is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB107200254-
CMYK0.580.2100.00
HSL202.04º98.66%70.78%-
HSV(B)202.04º57.87%99.61%-
XYZ44.6151.59101.37-
YUV178.35170.6977.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.07%
GREEN value IS 200 (78.52% from 255) = 35.65%
BLUE value IS 254 (99.61% from 255) = 45.28%
R=19.07%
G=35.65%
B=45.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1072002540.580.2100.00202.0498.6670.78
Hex6BC8FE3A1500ca6347
Octal153310376722500312143107
Binary1101011110010001111111011101010101001100101011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,200,254); }

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

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

 a { background-color: rgb(107,200,254); }

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

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

 span { border-color: rgb(107,200,254); }

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