Html Css Color HEX #6DBFF2 Maya Blue

📋 copy color: '#6DBFF2'

red 109 ◦ green 191 ◦ blue 242

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

Shades of Maya Blue #6DBFF2

Tints of Maya Blue #6DBFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.65%

R = 20.11%
G = 35.24%
B = 44.65%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6DBFF2 (or 0x6DBFF2) is known color: Maya Blue. HEX triplet: 6D, BF and F2. RGB value is (109,191,242). Sum of RGB (Red+Green+Blue) = 109+191+242=542 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.11% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #6DBFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBFF2 is #92400D. Grayscale: #ACACAC. Windows color (decimal): -9584654 or 15908717. OLE color: 15908717.

HSL color Cylindrical-coordinate representation of color #6DBFF2: hue angle of 203.01º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DBFF2 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 109 191 242 -
CMYK 0.55 0.21 0 0.05
HSL 203.01º 0.84% 0.69% -
HSV(B) 203.01º 0.55% 0.95% -
XYZ 40.96 46.92 90.9 -
YUV 172.3 167.33 82.85 -
System Red Green Blue C M Y K H S L
Decimal 109 191 242 0.55 0.21 0 0.05 203.01 0.84 0.69
Hex 6D BF F2 37 15 0 5 CB 54 45
Octal 155 277 362 67 25 0 5 313 124 105
Binary 1101101 10111111 11110010 110111 10101 0 101 11001011 1010100 1000101

Color Harmonies of #6DBFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBFF2

Black with #6DBFF2

Text Example


Text Example

White with #6DBFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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