Html Css Color HEX #6BAAFF Maya Blue

📋 copy color: '#6BAAFF'

red 107 ◦ green 170 ◦ blue 255

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

Shades of Maya Blue #6BAAFF

Tints of Maya Blue #6BAAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.95%

 BLUE value IS 255 (100% from 255) = 47.93%

R = 20.11%
G = 31.95%
B = 47.93%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6BAAFF (or 0x6BAAFF) is known color: Maya Blue. HEX triplet: 6B, AA and FF. RGB value is (107,170,255). Sum of RGB (Red+Green+Blue) = 107+170+255=532 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.11% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BAAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAAFF is #945500. Grayscale: #A0A0A0. Windows color (decimal): -9721089 or 16755307. OLE color: 16755307.

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

Color convert

RGB 107 170 255 -
CMYK 0.58 0.33 0 0
HSL 214.46º 1% 0.71% -
HSV(B) 214.46º 0.58% 1% -
XYZ 38.49 39.1 100.13 -
YUV 160.85 181.13 89.59 -
System Red Green Blue C M Y K H S L
Decimal 107 170 255 0.58 0.33 0 0 214.46 1 0.71
Hex 6B AA FF 3A 21 0 0 D6 64 47
Octal 153 252 377 72 41 0 0 326 144 107
Binary 1101011 10101010 11111111 111010 100001 0 0 11010110 1100100 1000111

Color Harmonies of #6BAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAAFF

Black with #6BAAFF

Text Example


Text Example

White with #6BAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,170,255); }

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

background-color css

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

 a { background-color: rgb(107,170,255); }

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

border-color css

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

 span { border-color: rgb(107,170,255); }

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