Html Css Color HEX #6AB2FE Maya Blue

📋 copy color: '#6AB2FE'

red 106 ◦ green 178 ◦ blue 254

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

Shades of Maya Blue #6AB2FE

Tints of Maya Blue #6AB2FE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.09%

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

R = 19.7%
G = 33.09%
B = 47.21%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6AB2FE (or 0x6AB2FE) is known color: Maya Blue. HEX triplet: 6A, B2 and FE. RGB value is (106,178,254). Sum of RGB (Red+Green+Blue) = 106+178+254=538 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.70% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AB2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AB2FE is #954D01. Grayscale: #A4A4A4. Windows color (decimal): -9784578 or 16691818. OLE color: 16691818.

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

Color convert

RGB 106 178 254 -
CMYK 0.58 0.30 0 0.00
HSL 210.81º 0.99% 0.71% -
HSV(B) 210.81º 0.58% 1% -
XYZ 39.75 42.06 99.79 -
YUV 165.14 178.15 85.82 -
System Red Green Blue C M Y K H S L
Decimal 106 178 254 0.58 0.30 0 0.00 210.81 0.99 0.71
Hex 6A B2 FE 3A 1E 0 0 D3 63 47
Octal 152 262 376 72 36 0 0 323 143 107
Binary 1101010 10110010 11111110 111010 11110 0 0 11010011 1100011 1000111

Color Harmonies of #6AB2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB2FE

Black with #6AB2FE

Text Example


Text Example

White with #6AB2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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