Html Css Color HEX #6FBEED Maya Blue

📋 copy color: '#6FBEED'

red 111 ◦ green 190 ◦ blue 237

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

Shades of Maya Blue #6FBEED

Tints of Maya Blue #6FBEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.05%

R = 20.63%
G = 35.32%
B = 44.05%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FBEED (or 0x6FBEED) is known color: Maya Blue. HEX triplet: 6F, BE and ED. RGB value is (111,190,237). Sum of RGB (Red+Green+Blue) = 111+190+237=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #6FBEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBEED is #904112. Grayscale: #ABABAB. Windows color (decimal): -9453843 or 15580783. OLE color: 15580783.

HSL color Cylindrical-coordinate representation of color #6FBEED: hue angle of 202.38º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FBEED is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 190 237 -
CMYK 0.53 0.20 0 0.07
HSL 202.38º 0.78% 0.68% -
HSV(B) 202.38º 0.53% 0.93% -
XYZ 40.26 46.32 86.94 -
YUV 171.74 164.83 84.68 -
System Red Green Blue C M Y K H S L
Decimal 111 190 237 0.53 0.20 0 0.07 202.38 0.78 0.68
Hex 6F BE ED 35 14 0 7 CA 4E 44
Octal 157 276 355 65 24 0 7 312 116 104
Binary 1101111 10111110 11101101 110101 10100 0 111 11001010 1001110 1000100

Color Harmonies of #6FBEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBEED

Black with #6FBEED

Text Example


Text Example

White with #6FBEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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