Html Css Color HEX #6DBAFE Maya Blue

📋 copy color: '#6DBAFE'

red 109 ◦ green 186 ◦ blue 254

#6DBAFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #6DBAFE

Tints of Maya Blue #6DBAFE

RGB

 RED value IS 109 (42.97% from 255) = 19.85%

 GREEN value IS 186 (73.05% from 255) = 33.88%

 BLUE value IS 254 (99.61% from 255) = 46.27%

R = 19.85%
G = 33.88%
B = 46.27%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6DBAFE (or 0x6DBAFE) is known color: Maya Blue. HEX triplet: 6D, BA and FE. RGB value is (109,186,254). Sum of RGB (Red+Green+Blue) = 109+186+254=549 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.85% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #6DBAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBAFE is #924501. Grayscale: #AAAAAA. Windows color (decimal): -9585922 or 16693869. OLE color: 16693869.

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

Color convert

RGB 109 186 254 -
CMYK 0.57 0.27 0 0.00
HSL 208.14º 0.99% 0.71% -
HSV(B) 208.14º 0.57% 1% -
XYZ 41.75 45.52 100.35 -
YUV 170.73 174.99 83.97 -
System Red Green Blue C M Y K H S L
Decimal 109 186 254 0.57 0.27 0 0.00 208.14 0.99 0.71
Hex 6D BA FE 39 1B 0 0 D0 63 47
Octal 155 272 376 71 33 0 0 320 143 107
Binary 1101101 10111010 11111110 111001 11011 0 0 11010000 1100011 1000111

Color Harmonies of #6DBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBAFE

Black with #6DBAFE

Text Example


Text Example

White with #6DBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,186,254); }

 H1.HeaderClassName
 {
   color: #6DBAFE;
 }
 .AnyTagClassName
 {
   color: #6DBAFE;
 }
</style>

background-color css

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

 a { background-color: rgb(109,186,254); }

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

border-color css

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

 span { border-color: rgb(109,186,254); }

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