Html Css Color HEX #6FBEFF Maya Blue

📋 copy color: '#6FBEFF'

red 111 ◦ green 190 ◦ blue 255

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

Shades of Maya Blue #6FBEFF

Tints of Maya Blue #6FBEFF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.17%

 BLUE value IS 255 (100% from 255) = 45.86%

R = 19.96%
G = 34.17%
B = 45.86%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6FBEFF (or 0x6FBEFF) is known color: Maya Blue. HEX triplet: 6F, BE and FF. RGB value is (111,190,255). Sum of RGB (Red+Green+Blue) = 111+190+255=556 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.96% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FBEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBEFF is #904100. Grayscale: #ADADAD. Windows color (decimal): -9453825 or 16760431. OLE color: 16760431.

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

Color convert

RGB 111 190 255 -
CMYK 0.56 0.25 0 0
HSL 207.08º 1% 0.72% -
HSV(B) 207.08º 0.56% 1% -
XYZ 43.02 47.43 101.49 -
YUV 173.79 173.83 83.21 -
System Red Green Blue C M Y K H S L
Decimal 111 190 255 0.56 0.25 0 0 207.08 1 0.72
Hex 6F BE FF 38 19 0 0 CF 64 48
Octal 157 276 377 70 31 0 0 317 144 110
Binary 1101111 10111110 11111111 111000 11001 0 0 11001111 1100100 1001000

Color Harmonies of #6FBEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBEFF

Black with #6FBEFF

Text Example


Text Example

White with #6FBEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,190,255); }

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

background-color css

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

 a { background-color: rgb(111,190,255); }

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

border-color css

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

 span { border-color: rgb(111,190,255); }

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