Html Css Color HEX #6DB6F2 Maya Blue

📋 copy color: '#6DB6F2'

red 109 ◦ green 182 ◦ blue 242

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

Shades of Maya Blue #6DB6F2

Tints of Maya Blue #6DB6F2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.15%

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

R = 20.45%
G = 34.15%
B = 45.4%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6DB6F2 (or 0x6DB6F2) is known color: Maya Blue. HEX triplet: 6D, B6 and F2. RGB value is (109,182,242). Sum of RGB (Red+Green+Blue) = 109+182+242=533 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.45% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #6DB6F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DB6F2 is #92490D. Grayscale: #A6A6A6. Windows color (decimal): -9586958 or 15906413. OLE color: 15906413.

HSL color Cylindrical-coordinate representation of color #6DB6F2: hue angle of 207.07º 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 #6DB6F2 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 109 182 242 -
CMYK 0.55 0.25 0 0.05
HSL 207.07º 0.84% 0.69% -
HSV(B) 207.07º 0.55% 0.95% -
XYZ 39.06 43.12 90.27 -
YUV 167.01 170.32 86.62 -
System Red Green Blue C M Y K H S L
Decimal 109 182 242 0.55 0.25 0 0.05 207.07 0.84 0.69
Hex 6D B6 F2 37 19 0 5 CF 54 45
Octal 155 266 362 67 31 0 5 317 124 105
Binary 1101101 10110110 11110010 110111 11001 0 101 11001111 1010100 1000101

Color Harmonies of #6DB6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB6F2

Black with #6DB6F2

Text Example


Text Example

White with #6DB6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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