Html Css Color HEX #6DBAFF Maya Blue

📋 copy color: '#6DBAFF'

red 109 ◦ green 186 ◦ blue 255

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

Shades of Maya Blue #6DBAFF

Tints of Maya Blue #6DBAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.36%

R = 19.82%
G = 33.82%
B = 46.36%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6DBAFF (or 0x6DBAFF) is known color: Maya Blue. HEX triplet: 6D, BA and FF. RGB value is (109,186,255). Sum of RGB (Red+Green+Blue) = 109+186+255=550 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.82% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DBAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBAFF is #924500. Grayscale: #AAAAAA. Windows color (decimal): -9585921 or 16759405. OLE color: 16759405.

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

Color convert

RGB 109 186 255 -
CMYK 0.57 0.27 0 0
HSL 208.36º 1% 0.71% -
HSV(B) 208.36º 0.57% 1% -
XYZ 41.92 45.59 101.2 -
YUV 170.84 175.49 83.89 -
System Red Green Blue C M Y K H S L
Decimal 109 186 255 0.57 0.27 0 0 208.36 1 0.71
Hex 6D BA FF 39 1B 0 0 D0 64 47
Octal 155 272 377 71 33 0 0 320 144 107
Binary 1101101 10111010 11111111 111001 11011 0 0 11010000 1100100 1000111

Color Harmonies of #6DBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBAFF

Black with #6DBAFF

Text Example


Text Example

White with #6DBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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