Html Css Color HEX #6FB4FE Maya Blue

📋 copy color: '#6FB4FE'

red 111 ◦ green 180 ◦ blue 254

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

Shades of Maya Blue #6FB4FE

Tints of Maya Blue #6FB4FE

RGB

 RED value IS 111 (43.75% from 255) = 20.37%

 GREEN value IS 180 (70.7% from 255) = 33.03%

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

R = 20.37%
G = 33.03%
B = 46.61%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6FB4FE (or 0x6FB4FE) is known color: Maya Blue. HEX triplet: 6F, B4 and FE. RGB value is (111,180,254). Sum of RGB (Red+Green+Blue) = 111+180+254=545 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.37% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FB4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB4FE is #904B01. Grayscale: #A7A7A7. Windows color (decimal): -9456386 or 16692335. OLE color: 16692335.

HSL color Cylindrical-coordinate representation of color #6FB4FE: hue angle of 211.05º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FB4FE is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 111 180 254 -
CMYK 0.56 0.29 0 0.00
HSL 211.05º 0.99% 0.72% -
HSV(B) 211.05º 0.56% 1% -
XYZ 40.77 43.18 99.95 -
YUV 167.81 176.64 87.48 -
System Red Green Blue C M Y K H S L
Decimal 111 180 254 0.56 0.29 0 0.00 211.05 0.99 0.72
Hex 6F B4 FE 38 1D 0 0 D3 63 48
Octal 157 264 376 70 35 0 0 323 143 110
Binary 1101111 10110100 11111110 111000 11101 0 0 11010011 1100011 1001000

Color Harmonies of #6FB4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB4FE

Black with #6FB4FE

Text Example


Text Example

White with #6FB4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,180,254); }

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

background-color css

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

 a { background-color: rgb(111,180,254); }

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

border-color css

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

 span { border-color: rgb(111,180,254); }

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