Html Css Color HEX #6FAEFC Maya Blue

📋 copy color: '#6FAEFC'

red 111 ◦ green 174 ◦ blue 252

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

Shades of Maya Blue #6FAEFC

Tints of Maya Blue #6FAEFC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.4%

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

R = 20.67%
G = 32.4%
B = 46.93%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6FAEFC (or 0x6FAEFC) is known color: Maya Blue. HEX triplet: 6F, AE and FC. RGB value is (111,174,252). Sum of RGB (Red+Green+Blue) = 111+174+252=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FAEFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAEFC is #905103. Grayscale: #A3A3A3. Windows color (decimal): -9457924 or 16559727. OLE color: 16559727.

HSL color Cylindrical-coordinate representation of color #6FAEFC: hue angle of 213.19º 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 #6FAEFC is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 111 174 252 -
CMYK 0.56 0.31 0 0.01
HSL 213.19º 0.96% 0.71% -
HSV(B) 213.19º 0.56% 0.99% -
XYZ 39.26 40.68 97.88 -
YUV 164.06 177.63 90.16 -
System Red Green Blue C M Y K H S L
Decimal 111 174 252 0.56 0.31 0 0.01 213.19 0.96 0.71
Hex 6F AE FC 38 1F 0 1 D5 60 47
Octal 157 256 374 70 37 0 1 325 140 107
Binary 1101111 10101110 11111100 111000 11111 0 1 11010101 1100000 1000111

Color Harmonies of #6FAEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAEFC

Black with #6FAEFC

Text Example


Text Example

White with #6FAEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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