Html Css Color HEX #6FBAF3 Maya Blue

📋 copy color: '#6FBAF3'

red 111 ◦ green 186 ◦ blue 243

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

Shades of Maya Blue #6FBAF3

Tints of Maya Blue #6FBAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45%

R = 20.56%
G = 34.44%
B = 45%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6FBAF3 (or 0x6FBAF3) is known color: Maya Blue. HEX triplet: 6F, BA and F3. RGB value is (111,186,243). Sum of RGB (Red+Green+Blue) = 111+186+243=540 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.56% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #6FBAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBAF3 is #90450C. Grayscale: #A9A9A9. Windows color (decimal): -9454861 or 15972975. OLE color: 15972975.

HSL color Cylindrical-coordinate representation of color #6FBAF3: hue angle of 205.91º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FBAF3 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 186 243 -
CMYK 0.54 0.23 0 0.05
HSL 205.91º 0.85% 0.69% -
HSV(B) 205.91º 0.54% 0.95% -
XYZ 40.29 44.97 91.35 -
YUV 170.07 169.15 85.87 -
System Red Green Blue C M Y K H S L
Decimal 111 186 243 0.54 0.23 0 0.05 205.91 0.85 0.69
Hex 6F BA F3 36 17 0 5 CE 55 45
Octal 157 272 363 66 27 0 5 316 125 105
Binary 1101111 10111010 11110011 110110 10111 0 101 11001110 1010101 1000101

Color Harmonies of #6FBAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBAF3

Black with #6FBAF3

Text Example


Text Example

White with #6FBAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,186,243); }

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

background-color css

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

 a { background-color: rgb(111,186,243); }

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

border-color css

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

 span { border-color: rgb(111,186,243); }

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