Html Css Color HEX #6FAFFC Maya Blue

📋 copy color: '#6FAFFC'

red 111 ◦ green 175 ◦ blue 252

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

Shades of Maya Blue #6FAFFC

Tints of Maya Blue #6FAFFC

RGB

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

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

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

R = 20.63%
G = 32.53%
B = 46.84%

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

#6FAFFC (or 0x6FAFFC) is known color: Maya Blue. HEX triplet: 6F, AF and FC. RGB value is (111,175,252). Sum of RGB (Red+Green+Blue) = 111+175+252=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FAFFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAFFC is #905003. Grayscale: #A4A4A4. Windows color (decimal): -9457668 or 16559983. OLE color: 16559983.

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

Color convert

RGB 111 175 252 -
CMYK 0.56 0.31 0 0.01
HSL 212.77º 0.96% 0.71% -
HSV(B) 212.77º 0.56% 0.99% -
XYZ 39.46 41.07 97.94 -
YUV 164.64 177.3 89.74 -
System Red Green Blue C M Y K H S L
Decimal 111 175 252 0.56 0.31 0 0.01 212.77 0.96 0.71
Hex 6F AF FC 38 1F 0 1 D5 60 47
Octal 157 257 374 70 37 0 1 325 140 107
Binary 1101111 10101111 11111100 111000 11111 0 1 11010101 1100000 1000111

Color Harmonies of #6FAFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAFFC

Black with #6FAFFC

Text Example


Text Example

White with #6FAFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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