Html Css Color HEX #6DBAFA Maya Blue

📋 copy color: '#6DBAFA'

red 109 ◦ green 186 ◦ blue 250

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

Shades of Maya Blue #6DBAFA

Tints of Maya Blue #6DBAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.87%

R = 20%
G = 34.13%
B = 45.87%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6DBAFA (or 0x6DBAFA) is known color: Maya Blue. HEX triplet: 6D, BA and FA. RGB value is (109,186,250). Sum of RGB (Red+Green+Blue) = 109+186+250=545 (72% of max value = 765). Red value is 109 (42.97% from 255 or 20% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DBAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBAFA is #924505. Grayscale: #A9A9A9. Windows color (decimal): -9585926 or 16431725. OLE color: 16431725.

HSL color Cylindrical-coordinate representation of color #6DBAFA: hue angle of 207.23º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DBAFA is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 186 250 -
CMYK 0.56 0.26 0 0.02
HSL 207.23º 0.93% 0.7% -
HSV(B) 207.23º 0.56% 0.98% -
XYZ 41.12 45.27 97.01 -
YUV 170.27 172.99 84.3 -
System Red Green Blue C M Y K H S L
Decimal 109 186 250 0.56 0.26 0 0.02 207.23 0.93 0.7
Hex 6D BA FA 38 1A 0 2 CF 5D 46
Octal 155 272 372 70 32 0 2 317 135 106
Binary 1101101 10111010 11111010 111000 11010 0 10 11001111 1011101 1000110

Color Harmonies of #6DBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBAFA

Black with #6DBAFA

Text Example


Text Example

White with #6DBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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