Html Css Color HEX #6FBFFE Maya Blue

📋 copy color: '#6FBFFE'

red 111 ◦ green 191 ◦ blue 254

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

Shades of Maya Blue #6FBFFE

Tints of Maya Blue #6FBFFE

RGB

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

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

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

R = 19.96%
G = 34.35%
B = 45.68%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6FBFFE (or 0x6FBFFE) is known color: Maya Blue. HEX triplet: 6F, BF and FE. RGB value is (111,191,254). Sum of RGB (Red+Green+Blue) = 111+191+254=556 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.96% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FBFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBFFE is #904001. Grayscale: #ADADAD. Windows color (decimal): -9453570 or 16695151. OLE color: 16695151.

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

Color convert

RGB 111 191 254 -
CMYK 0.56 0.25 0 0.00
HSL 206.43º 0.99% 0.72% -
HSV(B) 206.43º 0.56% 1% -
XYZ 43.08 47.8 100.72 -
YUV 174.26 173 82.88 -
System Red Green Blue C M Y K H S L
Decimal 111 191 254 0.56 0.25 0 0.00 206.43 0.99 0.72
Hex 6F BF FE 38 19 0 0 CE 63 48
Octal 157 277 376 70 31 0 0 316 143 110
Binary 1101111 10111111 11111110 111000 11001 0 0 11001110 1100011 1001000

Color Harmonies of #6FBFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBFFE

Black with #6FBFFE

Text Example


Text Example

White with #6FBFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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