Html Css Color HEX #6BBAFE Maya Blue

📋 copy color: '#6BBAFE'

red 107 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #6BBAFE

Tints of Maya Blue #6BBAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.44%

R = 19.56%
G = 34%
B = 46.44%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6BBAFE (or 0x6BBAFE) is known color: Maya Blue. HEX triplet: 6B, BA and FE. RGB value is (107,186,254). Sum of RGB (Red+Green+Blue) = 107+186+254=547 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.56% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BBAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBAFE is #944501. Grayscale: #A9A9A9. Windows color (decimal): -9716994 or 16693867. OLE color: 16693867.

HSL color Cylindrical-coordinate representation of color #6BBAFE: hue angle of 207.76º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BBAFE is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 107 186 254 -
CMYK 0.58 0.27 0 0.00
HSL 207.76º 0.99% 0.71% -
HSV(B) 207.76º 0.58% 1% -
XYZ 41.51 45.4 100.34 -
YUV 170.13 175.33 82.97 -
System Red Green Blue C M Y K H S L
Decimal 107 186 254 0.58 0.27 0 0.00 207.76 0.99 0.71
Hex 6B BA FE 3A 1B 0 0 D0 63 47
Octal 153 272 376 72 33 0 0 320 143 107
Binary 1101011 10111010 11111110 111010 11011 0 0 11010000 1100011 1000111

Color Harmonies of #6BBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBAFE

Black with #6BBAFE

Text Example


Text Example

White with #6BBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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