Html Css Color HEX #6BAFFE Maya Blue

📋 copy color: '#6BAFFE'

red 107 ◦ green 175 ◦ blue 254

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

Shades of Maya Blue #6BAFFE

Tints of Maya Blue #6BAFFE

RGB

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

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

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

R = 19.96%
G = 32.65%
B = 47.39%

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

#6BAFFE (or 0x6BAFFE) is known color: Maya Blue. HEX triplet: 6B, AF and FE. RGB value is (107,175,254). Sum of RGB (Red+Green+Blue) = 107+175+254=536 (70% of max value = 765). Red value is 107 (42.19% from 255 or 19.96% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BAFFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAFFE is #945001. Grayscale: #A3A3A3. Windows color (decimal): -9719810 or 16691051. OLE color: 16691051.

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

Color convert

RGB 107 175 254 -
CMYK 0.58 0.31 0 0.00
HSL 212.24º 0.99% 0.71% -
HSV(B) 212.24º 0.58% 1% -
XYZ 39.28 40.94 99.6 -
YUV 163.67 178.97 87.58 -
System Red Green Blue C M Y K H S L
Decimal 107 175 254 0.58 0.31 0 0.00 212.24 0.99 0.71
Hex 6B AF FE 3A 1F 0 0 D4 63 47
Octal 153 257 376 72 37 0 0 324 143 107
Binary 1101011 10101111 11111110 111010 11111 0 0 11010100 1100011 1000111

Color Harmonies of #6BAFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFFE

Black with #6BAFFE

Text Example


Text Example

White with #6BAFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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