Html Css Color HEX #6AC1FE Maya Blue

📋 copy color: '#6AC1FE'

red 106 ◦ green 193 ◦ blue 254

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

Shades of Maya Blue #6AC1FE

Tints of Maya Blue #6AC1FE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.9%

 BLUE value IS 254 (99.61% from 255) = 45.93%

R = 19.17%
G = 34.9%
B = 45.93%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6AC1FE (or 0x6AC1FE) is known color: Maya Blue. HEX triplet: 6A, C1 and FE. RGB value is (106,193,254). Sum of RGB (Red+Green+Blue) = 106+193+254=553 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.17% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AC1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC1FE is #953E01. Grayscale: #ADADAD. Windows color (decimal): -9780738 or 16695658. OLE color: 16695658.

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

Color convert

RGB 106 193 254 -
CMYK 0.58 0.24 0 0.00
HSL 204.73º 0.99% 0.71% -
HSV(B) 204.73º 0.58% 1% -
XYZ 42.9 48.36 100.84 -
YUV 173.94 173.18 79.54 -
System Red Green Blue C M Y K H S L
Decimal 106 193 254 0.58 0.24 0 0.00 204.73 0.99 0.71
Hex 6A C1 FE 3A 18 0 0 CD 63 47
Octal 152 301 376 72 30 0 0 315 143 107
Binary 1101010 11000001 11111110 111010 11000 0 0 11001101 1100011 1000111

Color Harmonies of #6AC1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC1FE

Black with #6AC1FE

Text Example


Text Example

White with #6AC1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,193,254); }

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

background-color css

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

 a { background-color: rgb(106,193,254); }

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

border-color css

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

 span { border-color: rgb(106,193,254); }

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