Html Css Color HEX #6FABFF Maya Blue

📋 copy color: '#6FABFF'

red 111 ◦ green 171 ◦ blue 255

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

Shades of Maya Blue #6FABFF

Tints of Maya Blue #6FABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.49%

R = 20.67%
G = 31.84%
B = 47.49%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6FABFF (or 0x6FABFF) is known color: Maya Blue. HEX triplet: 6F, AB and FF. RGB value is (111,171,255). Sum of RGB (Red+Green+Blue) = 111+171+255=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FABFF is #905400. Grayscale: #A2A2A2. Windows color (decimal): -9458689 or 16755567. OLE color: 16755567.

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

Color convert

RGB 111 171 255 -
CMYK 0.56 0.33 0 0
HSL 215º 1% 0.72% -
HSV(B) 215º 0.56% 1% -
XYZ 39.17 39.73 100.21 -
YUV 162.64 180.12 91.17 -
System Red Green Blue C M Y K H S L
Decimal 111 171 255 0.56 0.33 0 0 215 1 0.72
Hex 6F AB FF 38 21 0 0 D7 64 48
Octal 157 253 377 70 41 0 0 327 144 110
Binary 1101111 10101011 11111111 111000 100001 0 0 11010111 1100100 1001000

Color Harmonies of #6FABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FABFF

Black with #6FABFF

Text Example


Text Example

White with #6FABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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