Html Css Color HEX #6FAFFE Maya Blue

📋 copy color: '#6FAFFE'

red 111 ◦ green 175 ◦ blue 254

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

Shades of Maya Blue #6FAFFE

Tints of Maya Blue #6FAFFE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.41%

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

R = 20.56%
G = 32.41%
B = 47.04%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6FAFFE (or 0x6FAFFE) is known color: Maya Blue. HEX triplet: 6F, AF and FE. RGB value is (111,175,254). Sum of RGB (Red+Green+Blue) = 111+175+254=540 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.56% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FAFFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAFFE is #905001. Grayscale: #A4A4A4. Windows color (decimal): -9457666 or 16691055. OLE color: 16691055.

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

Color convert

RGB 111 175 254 -
CMYK 0.56 0.31 0 0.00
HSL 213.15º 0.99% 0.72% -
HSV(B) 213.15º 0.56% 1% -
XYZ 39.77 41.2 99.62 -
YUV 164.87 178.3 89.58 -
System Red Green Blue C M Y K H S L
Decimal 111 175 254 0.56 0.31 0 0.00 213.15 0.99 0.72
Hex 6F AF FE 38 1F 0 0 D5 63 48
Octal 157 257 376 70 37 0 0 325 143 110
Binary 1101111 10101111 11111110 111000 11111 0 0 11010101 1100011 1001000

Color Harmonies of #6FAFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAFFE

Black with #6FAFFE

Text Example


Text Example

White with #6FAFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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