Html Css Color HEX #6DBFFA Maya Blue

📋 copy color: '#6DBFFA'

red 109 ◦ green 191 ◦ blue 250

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

Shades of Maya Blue #6DBFFA

Tints of Maya Blue #6DBFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 34.73%

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

R = 19.82%
G = 34.73%
B = 45.45%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6DBFFA (or 0x6DBFFA) is known color: Maya Blue. HEX triplet: 6D, BF and FA. RGB value is (109,191,250). Sum of RGB (Red+Green+Blue) = 109+191+250=550 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.82% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DBFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBFFA is #924005. Grayscale: #ACACAC. Windows color (decimal): -9584646 or 16433005. OLE color: 16433005.

HSL color Cylindrical-coordinate representation of color #6DBFFA: hue angle of 205.11º 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 #6DBFFA is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 191 250 -
CMYK 0.56 0.24 0 0.02
HSL 205.11º 0.93% 0.7% -
HSV(B) 205.11º 0.56% 0.98% -
XYZ 42.19 47.41 97.37 -
YUV 173.21 171.33 82.2 -
System Red Green Blue C M Y K H S L
Decimal 109 191 250 0.56 0.24 0 0.02 205.11 0.93 0.7
Hex 6D BF FA 38 18 0 2 CD 5D 46
Octal 155 277 372 70 30 0 2 315 135 106
Binary 1101101 10111111 11111010 111000 11000 0 10 11001101 1011101 1000110

Color Harmonies of #6DBFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBFFA

Black with #6DBFFA

Text Example


Text Example

White with #6DBFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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