Html Css Color HEX #6BAEFE Maya Blue

📋 copy color: '#6BAEFE'

red 107 ◦ green 174 ◦ blue 254

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

Shades of Maya Blue #6BAEFE

Tints of Maya Blue #6BAEFE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.52%

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

R = 20%
G = 32.52%
B = 47.48%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6BAEFE (or 0x6BAEFE) is known color: Maya Blue. HEX triplet: 6B, AE and FE. RGB value is (107,174,254). Sum of RGB (Red+Green+Blue) = 107+174+254=535 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BAEFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAEFE is #945101. Grayscale: #A2A2A2. Windows color (decimal): -9720066 or 16690795. OLE color: 16690795.

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

Color convert

RGB 107 174 254 -
CMYK 0.58 0.31 0 0.00
HSL 212.65º 0.99% 0.71% -
HSV(B) 212.65º 0.58% 1% -
XYZ 39.09 40.55 99.53 -
YUV 163.09 179.3 88 -
System Red Green Blue C M Y K H S L
Decimal 107 174 254 0.58 0.31 0 0.00 212.65 0.99 0.71
Hex 6B AE FE 3A 1F 0 0 D5 63 47
Octal 153 256 376 72 37 0 0 325 143 107
Binary 1101011 10101110 11111110 111010 11111 0 0 11010101 1100011 1000111

Color Harmonies of #6BAEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAEFE

Black with #6BAEFE

Text Example


Text Example

White with #6BAEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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