Html Css Color HEX #6FC0EE Maya Blue

📋 copy color: '#6FC0EE'

red 111 ◦ green 192 ◦ blue 238

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

Shades of Maya Blue #6FC0EE

Tints of Maya Blue #6FC0EE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.49%

 BLUE value IS 238 (93.36% from 255) = 43.99%

R = 20.52%
G = 35.49%
B = 43.99%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FC0EE (or 0x6FC0EE) is known color: Maya Blue. HEX triplet: 6F, C0 and EE. RGB value is (111,192,238). Sum of RGB (Red+Green+Blue) = 111+192+238=541 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.52% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #6FC0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC0EE is #903F11. Grayscale: #ACACAC. Windows color (decimal): -9453330 or 15646831. OLE color: 15646831.

HSL color Cylindrical-coordinate representation of color #6FC0EE: hue angle of 201.73º degrees, saturation: 0.79, 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 #6FC0EE is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 192 238 -
CMYK 0.53 0.19 0 0.07
HSL 201.73º 0.79% 0.68% -
HSV(B) 201.73º 0.53% 0.93% -
XYZ 40.84 47.25 87.86 -
YUV 173.03 164.66 83.76 -
System Red Green Blue C M Y K H S L
Decimal 111 192 238 0.53 0.19 0 0.07 201.73 0.79 0.68
Hex 6F C0 EE 35 13 0 7 CA 4F 44
Octal 157 300 356 65 23 0 7 312 117 104
Binary 1101111 11000000 11101110 110101 10011 0 111 11001010 1001111 1000100

Color Harmonies of #6FC0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC0EE

Black with #6FC0EE

Text Example


Text Example

White with #6FC0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,192,238); }

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

background-color css

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

 a { background-color: rgb(111,192,238); }

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

border-color css

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

 span { border-color: rgb(111,192,238); }

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