Html Css Color HEX #6AC2F7 Maya Blue

📋 copy color: '#6AC2F7'

red 106 ◦ green 194 ◦ blue 247

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

Shades of Maya Blue #6AC2F7

Tints of Maya Blue #6AC2F7

RGB

 RED value IS 106 (41.8% from 255) = 19.38%

 GREEN value IS 194 (76.17% from 255) = 35.47%

 BLUE value IS 247 (96.88% from 255) = 45.16%

R = 19.38%
G = 35.47%
B = 45.16%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6AC2F7 (or 0x6AC2F7) is known color: Maya Blue. HEX triplet: 6A, C2 and F7. RGB value is (106,194,247). Sum of RGB (Red+Green+Blue) = 106+194+247=547 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.38% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #6AC2F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC2F7 is #953D08. Grayscale: #ADADAD. Windows color (decimal): -9780489 or 16237162. OLE color: 16237162.

HSL color Cylindrical-coordinate representation of color #6AC2F7: hue angle of 202.55º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AC2F7 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 106 194 247 -
CMYK 0.57 0.21 0 0.03
HSL 202.55º 0.9% 0.69% -
HSV(B) 202.55º 0.57% 0.97% -
XYZ 42.02 48.36 95.12 -
YUV 173.73 169.35 79.69 -
System Red Green Blue C M Y K H S L
Decimal 106 194 247 0.57 0.21 0 0.03 202.55 0.9 0.69
Hex 6A C2 F7 39 15 0 3 CB 5A 45
Octal 152 302 367 71 25 0 3 313 132 105
Binary 1101010 11000010 11110111 111001 10101 0 11 11001011 1011010 1000101

Color Harmonies of #6AC2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC2F7

Black with #6AC2F7

Text Example


Text Example

White with #6AC2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,194,247); }

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

background-color css

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

 a { background-color: rgb(106,194,247); }

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

border-color css

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

 span { border-color: rgb(106,194,247); }

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