Html Css Color HEX #6BAFFA Maya Blue

📋 copy color: '#6BAFFA'

red 107 ◦ green 175 ◦ blue 250

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

Shades of Maya Blue #6BAFFA

Tints of Maya Blue #6BAFFA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.89%

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

R = 20.11%
G = 32.89%
B = 46.99%

CMYK

 C value IS 0.57

 M value IS 0.3

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6BAFFA (or 0x6BAFFA) is known color: Maya Blue. HEX triplet: 6B, AF and FA. RGB value is (107,175,250). Sum of RGB (Red+Green+Blue) = 107+175+250=532 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.11% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #6BAFFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAFFA is #945005. Grayscale: #A2A2A2. Windows color (decimal): -9719814 or 16428907. OLE color: 16428907.

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

Color convert

RGB 107 175 250 -
CMYK 0.57 0.3 0 0.02
HSL 211.47º 0.93% 0.7% -
HSV(B) 211.47º 0.57% 0.98% -
XYZ 38.65 40.69 96.26 -
YUV 163.22 176.97 87.9 -
System Red Green Blue C M Y K H S L
Decimal 107 175 250 0.57 0.3 0 0.02 211.47 0.93 0.7
Hex 6B AF FA 39 1E 0 2 D3 5D 46
Octal 153 257 372 71 36 0 2 323 135 106
Binary 1101011 10101111 11111010 111001 11110 0 10 11010011 1011101 1000110

Color Harmonies of #6BAFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFFA

Black with #6BAFFA

Text Example


Text Example

White with #6BAFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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