Html Css Color HEX #6FABFC Maya Blue

📋 copy color: '#6FABFC'

red 111 ◦ green 171 ◦ blue 252

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

Shades of Maya Blue #6FABFC

Tints of Maya Blue #6FABFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.19%

R = 20.79%
G = 32.02%
B = 47.19%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6FABFC (or 0x6FABFC) is known color: Maya Blue. HEX triplet: 6F, AB and FC. RGB value is (111,171,252). Sum of RGB (Red+Green+Blue) = 111+171+252=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FABFC is #905403. Grayscale: #A1A1A1. Windows color (decimal): -9458692 or 16558959. OLE color: 16558959.

HSL color Cylindrical-coordinate representation of color #6FABFC: hue angle of 214.47º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FABFC is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 111 171 252 -
CMYK 0.56 0.32 0 0.01
HSL 214.47º 0.96% 0.71% -
HSV(B) 214.47º 0.56% 0.99% -
XYZ 38.69 39.53 97.69 -
YUV 162.29 178.62 91.41 -
System Red Green Blue C M Y K H S L
Decimal 111 171 252 0.56 0.32 0 0.01 214.47 0.96 0.71
Hex 6F AB FC 38 20 0 1 D6 60 47
Octal 157 253 374 70 40 0 1 326 140 107
Binary 1101111 10101011 11111100 111000 100000 0 1 11010110 1100000 1000111

Color Harmonies of #6FABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FABFC

Black with #6FABFC

Text Example


Text Example

White with #6FABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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