Html Css Color HEX #6FABFE Maya Blue

📋 copy color: '#6FABFE'

red 111 ◦ green 171 ◦ blue 254

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

Shades of Maya Blue #6FABFE

Tints of Maya Blue #6FABFE

RGB

 RED value IS 111 (43.75% from 255) = 20.71%

 GREEN value IS 171 (67.19% from 255) = 31.9%

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

R = 20.71%
G = 31.9%
B = 47.39%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6FABFE (or 0x6FABFE) is known color: Maya Blue. HEX triplet: 6F, AB and FE. RGB value is (111,171,254). Sum of RGB (Red+Green+Blue) = 111+171+254=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FABFE is #905401. Grayscale: #A2A2A2. Windows color (decimal): -9458690 or 16690031. OLE color: 16690031.

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

Color convert

RGB 111 171 254 -
CMYK 0.56 0.33 0 0.00
HSL 214.83º 0.99% 0.72% -
HSV(B) 214.83º 0.56% 1% -
XYZ 39.01 39.66 99.37 -
YUV 162.52 179.62 91.25 -
System Red Green Blue C M Y K H S L
Decimal 111 171 254 0.56 0.33 0 0.00 214.83 0.99 0.72
Hex 6F AB FE 38 21 0 0 D7 63 48
Octal 157 253 376 70 41 0 0 327 143 110
Binary 1101111 10101011 11111110 111000 100001 0 0 11010111 1100011 1001000

Color Harmonies of #6FABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FABFE

Black with #6FABFE

Text Example


Text Example

White with #6FABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,171,254); }

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

background-color css

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

 a { background-color: rgb(111,171,254); }

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

border-color css

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

 span { border-color: rgb(111,171,254); }

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