Html Css Color HEX #6BBCFA Maya Blue

📋 copy color: '#6BBCFA'

red 107 ◦ green 188 ◦ blue 250

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

Shades of Maya Blue #6BBCFA

Tints of Maya Blue #6BBCFA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.5%

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

R = 19.63%
G = 34.5%
B = 45.87%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6BBCFA (or 0x6BBCFA) is known color: Maya Blue. HEX triplet: 6B, BC and FA. RGB value is (107,188,250). Sum of RGB (Red+Green+Blue) = 107+188+250=545 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.63% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #6BBCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBCFA is #944305. Grayscale: #AAAAAA. Windows color (decimal): -9716486 or 16432235. OLE color: 16432235.

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

Color convert

RGB 107 188 250 -
CMYK 0.57 0.25 0 0.02
HSL 206.01º 0.93% 0.7% -
HSV(B) 206.01º 0.57% 0.98% -
XYZ 41.3 45.99 97.14 -
YUV 170.85 172.66 82.46 -
System Red Green Blue C M Y K H S L
Decimal 107 188 250 0.57 0.25 0 0.02 206.01 0.93 0.7
Hex 6B BC FA 39 19 0 2 CE 5D 46
Octal 153 274 372 71 31 0 2 316 135 106
Binary 1101011 10111100 11111010 111001 11001 0 10 11001110 1011101 1000110

Color Harmonies of #6BBCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBCFA

Black with #6BBCFA

Text Example


Text Example

White with #6BBCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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