Html Css Color HEX #6BBAFA Maya Blue

📋 copy color: '#6BBAFA'

red 107 ◦ green 186 ◦ blue 250

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

Shades of Maya Blue #6BBAFA

Tints of Maya Blue #6BBAFA

RGB

 RED value IS 107 (42.19% from 255) = 19.71%

 GREEN value IS 186 (73.05% from 255) = 34.25%

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

R = 19.71%
G = 34.25%
B = 46.04%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6BBAFA (or 0x6BBAFA) is known color: Maya Blue. HEX triplet: 6B, BA and FA. RGB value is (107,186,250). Sum of RGB (Red+Green+Blue) = 107+186+250=543 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.71% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #6BBAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBAFA is #944505. Grayscale: #A9A9A9. Windows color (decimal): -9716998 or 16431723. OLE color: 16431723.

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

Color convert

RGB 107 186 250 -
CMYK 0.57 0.26 0 0.02
HSL 206.85º 0.93% 0.7% -
HSV(B) 206.85º 0.57% 0.98% -
XYZ 40.88 45.15 97 -
YUV 169.68 173.33 83.3 -
System Red Green Blue C M Y K H S L
Decimal 107 186 250 0.57 0.26 0 0.02 206.85 0.93 0.7
Hex 6B BA FA 39 1A 0 2 CF 5D 46
Octal 153 272 372 71 32 0 2 317 135 106
Binary 1101011 10111010 11111010 111001 11010 0 10 11001111 1011101 1000110

Color Harmonies of #6BBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBAFA

Black with #6BBAFA

Text Example


Text Example

White with #6BBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,186,250); }

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

background-color css

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

 a { background-color: rgb(107,186,250); }

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

border-color css

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

 span { border-color: rgb(107,186,250); }

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