Html Css Color HEX #6FB2FA Maya Blue

📋 copy color: '#6FB2FA'

red 111 ◦ green 178 ◦ blue 250

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

Shades of Maya Blue #6FB2FA

Tints of Maya Blue #6FB2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.02%

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

R = 20.59%
G = 33.02%
B = 46.38%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6FB2FA (or 0x6FB2FA) is known color: Maya Blue. HEX triplet: 6F, B2 and FA. RGB value is (111,178,250). Sum of RGB (Red+Green+Blue) = 111+178+250=539 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.59% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FB2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FB2FA is #904D05. Grayscale: #A5A5A5. Windows color (decimal): -9456902 or 16429679. OLE color: 16429679.

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

Color convert

RGB 111 178 250 -
CMYK 0.56 0.29 0 0.02
HSL 211.08º 0.93% 0.71% -
HSV(B) 211.08º 0.56% 0.98% -
XYZ 39.73 42.12 96.48 -
YUV 166.18 175.3 88.65 -
System Red Green Blue C M Y K H S L
Decimal 111 178 250 0.56 0.29 0 0.02 211.08 0.93 0.71
Hex 6F B2 FA 38 1D 0 2 D3 5D 47
Octal 157 262 372 70 35 0 2 323 135 107
Binary 1101111 10110010 11111010 111000 11101 0 10 11010011 1011101 1000111

Color Harmonies of #6FB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB2FA

Black with #6FB2FA

Text Example


Text Example

White with #6FB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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