Html Css Color HEX #6FBFFF Maya Blue

📋 copy color: '#6FBFFF'

red 111 ◦ green 191 ◦ blue 255

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

Shades of Maya Blue #6FBFFF

Tints of Maya Blue #6FBFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 34.29%

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

R = 19.93%
G = 34.29%
B = 45.78%

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

#6FBFFF (or 0x6FBFFF) is known color: Maya Blue. HEX triplet: 6F, BF and FF. RGB value is (111,191,255). Sum of RGB (Red+Green+Blue) = 111+191+255=557 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.93% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FBFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBFFF is #904000. Grayscale: #AEAEAE. Windows color (decimal): -9453569 or 16760687. OLE color: 16760687.

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

Color convert

RGB 111 191 255 -
CMYK 0.56 0.25 0 0
HSL 206.67º 1% 0.72% -
HSV(B) 206.67º 0.56% 1% -
XYZ 43.24 47.86 101.57 -
YUV 174.38 173.5 82.8 -
System Red Green Blue C M Y K H S L
Decimal 111 191 255 0.56 0.25 0 0 206.67 1 0.72
Hex 6F BF FF 38 19 0 0 CF 64 48
Octal 157 277 377 70 31 0 0 317 144 110
Binary 1101111 10111111 11111111 111000 11001 0 0 11001111 1100100 1001000

Color Harmonies of #6FBFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBFFF

Black with #6FBFFF

Text Example


Text Example

White with #6FBFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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