Html Css Color HEX #6FC2FF Maya Blue

📋 copy color: '#6FC2FF'

red 111 ◦ green 194 ◦ blue 255

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

Shades of Maya Blue #6FC2FF

Tints of Maya Blue #6FC2FF

RGB

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

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

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

R = 19.82%
G = 34.64%
B = 45.54%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6FC2FF (or 0x6FC2FF) is known color: Maya Blue. HEX triplet: 6F, C2 and FF. RGB value is (111,194,255). Sum of RGB (Red+Green+Blue) = 111+194+255=560 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.82% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FC2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC2FF is #903D00. Grayscale: #AFAFAF. Windows color (decimal): -9452801 or 16761455. OLE color: 16761455.

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

Color convert

RGB 111 194 255 -
CMYK 0.56 0.24 0 0
HSL 205.42º 1% 0.72% -
HSV(B) 205.42º 0.56% 1% -
XYZ 43.9 49.18 101.79 -
YUV 176.14 172.5 81.54 -
System Red Green Blue C M Y K H S L
Decimal 111 194 255 0.56 0.24 0 0 205.42 1 0.72
Hex 6F C2 FF 38 18 0 0 CD 64 48
Octal 157 302 377 70 30 0 0 315 144 110
Binary 1101111 11000010 11111111 111000 11000 0 0 11001101 1100100 1001000

Color Harmonies of #6FC2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC2FF

Black with #6FC2FF

Text Example


Text Example

White with #6FC2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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