Html Css Color HEX #6FC0FF Maya Blue

📋 copy color: '#6FC0FF'

red 111 ◦ green 192 ◦ blue 255

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

Shades of Maya Blue #6FC0FF

Tints of Maya Blue #6FC0FF

RGB

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

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

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

R = 19.89%
G = 34.41%
B = 45.7%

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

#6FC0FF (or 0x6FC0FF) is known color: Maya Blue. HEX triplet: 6F, C0 and FF. RGB value is (111,192,255). Sum of RGB (Red+Green+Blue) = 111+192+255=558 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.89% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FC0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC0FF is #903F00. Grayscale: #AEAEAE. Windows color (decimal): -9453313 or 16760943. OLE color: 16760943.

HSL color Cylindrical-coordinate representation of color #6FC0FF: hue angle of 206.25º 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 #6FC0FF is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 111 192 255 -
CMYK 0.56 0.25 0 0
HSL 206.25º 1% 0.72% -
HSV(B) 206.25º 0.56% 1% -
XYZ 43.46 48.3 101.64 -
YUV 174.96 173.16 82.38 -
System Red Green Blue C M Y K H S L
Decimal 111 192 255 0.56 0.25 0 0 206.25 1 0.72
Hex 6F C0 FF 38 19 0 0 CE 64 48
Octal 157 300 377 70 31 0 0 316 144 110
Binary 1101111 11000000 11111111 111000 11001 0 0 11001110 1100100 1001000

Color Harmonies of #6FC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC0FF

Black with #6FC0FF

Text Example


Text Example

White with #6FC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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