Html Css Color HEX #6FBCFF Maya Blue

📋 copy color: '#6FBCFF'

red 111 ◦ green 188 ◦ blue 255

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

Shades of Maya Blue #6FBCFF

Tints of Maya Blue #6FBCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.94%

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

R = 20.04%
G = 33.94%
B = 46.03%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6FBCFF (or 0x6FBCFF) is known color: Maya Blue. HEX triplet: 6F, BC and FF. RGB value is (111,188,255). Sum of RGB (Red+Green+Blue) = 111+188+255=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FBCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBCFF is #904300. Grayscale: #ACACAC. Windows color (decimal): -9454337 or 16759919. OLE color: 16759919.

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

Color convert

RGB 111 188 255 -
CMYK 0.56 0.26 0 0
HSL 207.92º 1% 0.72% -
HSV(B) 207.92º 0.56% 1% -
XYZ 42.59 46.57 101.35 -
YUV 172.62 174.49 84.05 -
System Red Green Blue C M Y K H S L
Decimal 111 188 255 0.56 0.26 0 0 207.92 1 0.72
Hex 6F BC FF 38 1A 0 0 D0 64 48
Octal 157 274 377 70 32 0 0 320 144 110
Binary 1101111 10111100 11111111 111000 11010 0 0 11010000 1100100 1001000

Color Harmonies of #6FBCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBCFF

Black with #6FBCFF

Text Example


Text Example

White with #6FBCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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