Html Css Color HEX #6BC7FE Maya Blue

📋 copy color: '#6BC7FE'

red 107 ◦ green 199 ◦ blue 254

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

Shades of Maya Blue #6BC7FE

Tints of Maya Blue #6BC7FE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.54%

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

R = 19.11%
G = 35.54%
B = 45.36%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6BC7FE (or 0x6BC7FE) is known color: Maya Blue. HEX triplet: 6B, C7 and FE. RGB value is (107,199,254). Sum of RGB (Red+Green+Blue) = 107+199+254=560 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.11% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BC7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BC7FE is #943801. Grayscale: #B1B1B1. Windows color (decimal): -9713666 or 16697195. OLE color: 16697195.

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

Color convert

RGB 107 199 254 -
CMYK 0.58 0.22 0 0.00
HSL 202.45º 0.99% 0.71% -
HSV(B) 202.45º 0.58% 1% -
XYZ 44.38 51.13 101.3 -
YUV 177.76 171.02 77.53 -
System Red Green Blue C M Y K H S L
Decimal 107 199 254 0.58 0.22 0 0.00 202.45 0.99 0.71
Hex 6B C7 FE 3A 16 0 0 CA 63 47
Octal 153 307 376 72 26 0 0 312 143 107
Binary 1101011 11000111 11111110 111010 10110 0 0 11001010 1100011 1000111

Color Harmonies of #6BC7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC7FE

Black with #6BC7FE

Text Example


Text Example

White with #6BC7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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