Html Css Color HEX #6FB9FA Maya Blue

📋 copy color: '#6FB9FA'

red 111 ◦ green 185 ◦ blue 250

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

Shades of Maya Blue #6FB9FA

Tints of Maya Blue #6FB9FA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.88%

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

R = 20.33%
G = 33.88%
B = 45.79%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6FB9FA (or 0x6FB9FA) is known color: Maya Blue. HEX triplet: 6F, B9 and FA. RGB value is (111,185,250). Sum of RGB (Red+Green+Blue) = 111+185+250=546 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.33% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FB9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB9FA is #904605. Grayscale: #A9A9A9. Windows color (decimal): -9455110 or 16431471. OLE color: 16431471.

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

Color convert

RGB 111 185 250 -
CMYK 0.56 0.26 0 0.02
HSL 208.06º 0.93% 0.71% -
HSV(B) 208.06º 0.56% 0.98% -
XYZ 41.16 44.98 96.96 -
YUV 170.28 172.98 85.71 -
System Red Green Blue C M Y K H S L
Decimal 111 185 250 0.56 0.26 0 0.02 208.06 0.93 0.71
Hex 6F B9 FA 38 1A 0 2 D0 5D 47
Octal 157 271 372 70 32 0 2 320 135 107
Binary 1101111 10111001 11111010 111000 11010 0 10 11010000 1011101 1000111

Color Harmonies of #6FB9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB9FA

Black with #6FB9FA

Text Example


Text Example

White with #6FB9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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