Html Css Color HEX #6BABFB Maya Blue

📋 copy color: '#6BABFB'

red 107 ◦ green 171 ◦ blue 251

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

Shades of Maya Blue #6BABFB

Tints of Maya Blue #6BABFB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.33%

 BLUE value IS 251 (98.44% from 255) = 47.45%

R = 20.23%
G = 32.33%
B = 47.45%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6BABFB (or 0x6BABFB) is known color: Maya Blue. HEX triplet: 6B, AB and FB. RGB value is (107,171,251). Sum of RGB (Red+Green+Blue) = 107+171+251=529 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.23% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #6BABFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BABFB is #945404. Grayscale: #A0A0A0. Windows color (decimal): -9720837 or 16493419. OLE color: 16493419.

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

Color convert

RGB 107 171 251 -
CMYK 0.57 0.32 0 0.02
HSL 213.33º 0.95% 0.7% -
HSV(B) 213.33º 0.57% 0.98% -
XYZ 38.04 39.22 96.83 -
YUV 160.98 178.8 89.5 -
System Red Green Blue C M Y K H S L
Decimal 107 171 251 0.57 0.32 0 0.02 213.33 0.95 0.7
Hex 6B AB FB 39 20 0 2 D5 5F 46
Octal 153 253 373 71 40 0 2 325 137 106
Binary 1101011 10101011 11111011 111001 100000 0 10 11010101 1011111 1000110

Color Harmonies of #6BABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BABFB

Black with #6BABFB

Text Example


Text Example

White with #6BABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,171,251); }

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

background-color css

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

 a { background-color: rgb(107,171,251); }

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

border-color css

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

 span { border-color: rgb(107,171,251); }

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