Html Css Color HEX #6FBDEF Maya Blue

📋 copy color: '#6FBDEF'

red 111 ◦ green 189 ◦ blue 239

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

Shades of Maya Blue #6FBDEF

Tints of Maya Blue #6FBDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.06%

 BLUE value IS 239 (93.75% from 255) = 44.34%

R = 20.59%
G = 35.06%
B = 44.34%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6FBDEF (or 0x6FBDEF) is known color: Maya Blue. HEX triplet: 6F, BD and EF. RGB value is (111,189,239). Sum of RGB (Red+Green+Blue) = 111+189+239=539 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.59% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #6FBDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBDEF is #904210. Grayscale: #ABABAB. Windows color (decimal): -9454097 or 15711599. OLE color: 15711599.

HSL color Cylindrical-coordinate representation of color #6FBDEF: hue angle of 203.44º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FBDEF is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 111 189 239 -
CMYK 0.54 0.21 0 0.06
HSL 203.44º 0.8% 0.69% -
HSV(B) 203.44º 0.54% 0.94% -
XYZ 40.33 46.01 88.42 -
YUV 171.38 166.16 84.93 -
System Red Green Blue C M Y K H S L
Decimal 111 189 239 0.54 0.21 0 0.06 203.44 0.8 0.69
Hex 6F BD EF 36 15 0 6 CB 50 45
Octal 157 275 357 66 25 0 6 313 120 105
Binary 1101111 10111101 11101111 110110 10101 0 110 11001011 1010000 1000101

Color Harmonies of #6FBDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBDEF

Black with #6FBDEF

Text Example


Text Example

White with #6FBDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,189,239); }

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

background-color css

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

 a { background-color: rgb(111,189,239); }

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

border-color css

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

 span { border-color: rgb(111,189,239); }

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