Html Css Color HEX #6BBAFC Maya Blue

📋 copy color: '#6BBAFC'

red 107 ◦ green 186 ◦ blue 252

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

Shades of Maya Blue #6BBAFC

Tints of Maya Blue #6BBAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.24%

R = 19.63%
G = 34.13%
B = 46.24%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6BBAFC (or 0x6BBAFC) is known color: Maya Blue. HEX triplet: 6B, BA and FC. RGB value is (107,186,252). Sum of RGB (Red+Green+Blue) = 107+186+252=545 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.63% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BBAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBAFC is #944503. Grayscale: #A9A9A9. Windows color (decimal): -9716996 or 16562795. OLE color: 16562795.

HSL color Cylindrical-coordinate representation of color #6BBAFC: hue angle of 207.31º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BBAFC is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 186 252 -
CMYK 0.58 0.26 0 0.01
HSL 207.31º 0.96% 0.7% -
HSV(B) 207.31º 0.58% 0.99% -
XYZ 41.19 45.27 98.66 -
YUV 169.9 174.33 83.13 -
System Red Green Blue C M Y K H S L
Decimal 107 186 252 0.58 0.26 0 0.01 207.31 0.96 0.7
Hex 6B BA FC 3A 1A 0 1 CF 60 46
Octal 153 272 374 72 32 0 1 317 140 106
Binary 1101011 10111010 11111100 111010 11010 0 1 11001111 1100000 1000110

Color Harmonies of #6BBAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBAFC

Black with #6BBAFC

Text Example


Text Example

White with #6BBAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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