Html Css Color HEX #6AC0FE Maya Blue

📋 copy color: '#6AC0FE'

red 106 ◦ green 192 ◦ blue 254

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

Shades of Maya Blue #6AC0FE

Tints of Maya Blue #6AC0FE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.78%

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

R = 19.2%
G = 34.78%
B = 46.01%

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

#6AC0FE (or 0x6AC0FE) is known color: Maya Blue. HEX triplet: 6A, C0 and FE. RGB value is (106,192,254). Sum of RGB (Red+Green+Blue) = 106+192+254=552 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.20% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AC0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC0FE is #953F01. Grayscale: #ADADAD. Windows color (decimal): -9780994 or 16695402. OLE color: 16695402.

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

Color convert

RGB 106 192 254 -
CMYK 0.58 0.24 0 0.00
HSL 205.14º 0.99% 0.71% -
HSV(B) 205.14º 0.58% 1% -
XYZ 42.68 47.92 100.77 -
YUV 173.35 173.51 79.96 -
System Red Green Blue C M Y K H S L
Decimal 106 192 254 0.58 0.24 0 0.00 205.14 0.99 0.71
Hex 6A C0 FE 3A 18 0 0 CD 63 47
Octal 152 300 376 72 30 0 0 315 143 107
Binary 1101010 11000000 11111110 111010 11000 0 0 11001101 1100011 1000111

Color Harmonies of #6AC0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC0FE

Black with #6AC0FE

Text Example


Text Example

White with #6AC0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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