Html Css Color HEX #6FC2FE Maya Blue

📋 copy color: '#6FC2FE'

red 111 ◦ green 194 ◦ blue 254

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

Shades of Maya Blue #6FC2FE

Tints of Maya Blue #6FC2FE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.7%

 BLUE value IS 254 (99.61% from 255) = 45.44%

R = 19.86%
G = 34.7%
B = 45.44%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6FC2FE (or 0x6FC2FE) is known color: Maya Blue. HEX triplet: 6F, C2 and FE. RGB value is (111,194,254). Sum of RGB (Red+Green+Blue) = 111+194+254=559 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.86% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FC2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC2FE is #903D01. Grayscale: #AFAFAF. Windows color (decimal): -9452802 or 16695919. OLE color: 16695919.

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

Color convert

RGB 111 194 254 -
CMYK 0.56 0.24 0 0.00
HSL 205.17º 0.99% 0.72% -
HSV(B) 205.17º 0.56% 1% -
XYZ 43.74 49.12 100.94 -
YUV 176.02 172 81.62 -
System Red Green Blue C M Y K H S L
Decimal 111 194 254 0.56 0.24 0 0.00 205.17 0.99 0.72
Hex 6F C2 FE 38 18 0 0 CD 63 48
Octal 157 302 376 70 30 0 0 315 143 110
Binary 1101111 11000010 11111110 111000 11000 0 0 11001101 1100011 1001000

Color Harmonies of #6FC2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC2FE

Black with #6FC2FE

Text Example


Text Example

White with #6FC2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,194,254); }

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

background-color css

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

 a { background-color: rgb(111,194,254); }

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

border-color css

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

 span { border-color: rgb(111,194,254); }

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