Html Css Color HEX #6BABFE Maya Blue

📋 copy color: '#6BABFE'

red 107 ◦ green 171 ◦ blue 254

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

Shades of Maya Blue #6BABFE

Tints of Maya Blue #6BABFE

RGB

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

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

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

R = 20.11%
G = 32.14%
B = 47.74%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6BABFE (or 0x6BABFE) is known color: Maya Blue. HEX triplet: 6B, AB and FE. RGB value is (107,171,254). Sum of RGB (Red+Green+Blue) = 107+171+254=532 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.11% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BABFE is #945401. Grayscale: #A0A0A0. Windows color (decimal): -9720834 or 16690027. OLE color: 16690027.

HSL color Cylindrical-coordinate representation of color #6BABFE: hue angle of 213.88º 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 #6BABFE is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 107 171 254 -
CMYK 0.58 0.33 0 0.00
HSL 213.88º 0.99% 0.71% -
HSV(B) 213.88º 0.58% 1% -
XYZ 38.52 39.41 99.34 -
YUV 161.33 180.3 89.25 -
System Red Green Blue C M Y K H S L
Decimal 107 171 254 0.58 0.33 0 0.00 213.88 0.99 0.71
Hex 6B AB FE 3A 21 0 0 D6 63 47
Octal 153 253 376 72 41 0 0 326 143 107
Binary 1101011 10101011 11111110 111010 100001 0 0 11010110 1100011 1000111

Color Harmonies of #6BABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BABFE

Black with #6BABFE

Text Example


Text Example

White with #6BABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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