Html Css Color HEX #6FC7FA Maya Blue

📋 copy color: '#6FC7FA'

red 111 ◦ green 199 ◦ blue 250

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

Shades of Maya Blue #6FC7FA

Tints of Maya Blue #6FC7FA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.54%

 BLUE value IS 250 (98.05% from 255) = 44.64%

R = 19.82%
G = 35.54%
B = 44.64%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6FC7FA (or 0x6FC7FA) is known color: Maya Blue. HEX triplet: 6F, C7 and FA. RGB value is (111,199,250). Sum of RGB (Red+Green+Blue) = 111+199+250=560 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.82% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FC7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC7FA is #903805. Grayscale: #B2B2B2. Windows color (decimal): -9451526 or 16435055. OLE color: 16435055.

HSL color Cylindrical-coordinate representation of color #6FC7FA: hue angle of 202.01º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FC7FA is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 199 250 -
CMYK 0.56 0.20 0 0.02
HSL 202.01º 0.93% 0.71% -
HSV(B) 202.01º 0.56% 0.98% -
XYZ 44.23 51.13 97.98 -
YUV 178.5 168.35 79.85 -
System Red Green Blue C M Y K H S L
Decimal 111 199 250 0.56 0.20 0 0.02 202.01 0.93 0.71
Hex 6F C7 FA 38 14 0 2 CA 5D 47
Octal 157 307 372 70 24 0 2 312 135 107
Binary 1101111 11000111 11111010 111000 10100 0 10 11001010 1011101 1000111

Color Harmonies of #6FC7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC7FA

Black with #6FC7FA

Text Example


Text Example

White with #6FC7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,199,250); }

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

background-color css

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

 a { background-color: rgb(111,199,250); }

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

border-color css

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

 span { border-color: rgb(111,199,250); }

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