Html Css Color HEX #6FB7FF Maya Blue

📋 copy color: '#6FB7FF'

red 111 ◦ green 183 ◦ blue 255

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

Shades of Maya Blue #6FB7FF

Tints of Maya Blue #6FB7FF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.33%

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

R = 20.22%
G = 33.33%
B = 46.45%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6FB7FF (or 0x6FB7FF) is known color: Maya Blue. HEX triplet: 6F, B7 and FF. RGB value is (111,183,255). Sum of RGB (Red+Green+Blue) = 111+183+255=549 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.22% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FB7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB7FF is #904800. Grayscale: #A9A9A9. Windows color (decimal): -9455617 or 16758639. OLE color: 16758639.

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

Color convert

RGB 111 183 255 -
CMYK 0.56 0.28 0 0
HSL 210º 1% 0.72% -
HSV(B) 210º 0.56% 1% -
XYZ 41.54 44.47 101 -
YUV 169.68 176.15 86.15 -
System Red Green Blue C M Y K H S L
Decimal 111 183 255 0.56 0.28 0 0 210 1 0.72
Hex 6F B7 FF 38 1C 0 0 D2 64 48
Octal 157 267 377 70 34 0 0 322 144 110
Binary 1101111 10110111 11111111 111000 11100 0 0 11010010 1100100 1001000

Color Harmonies of #6FB7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB7FF

Black with #6FB7FF

Text Example


Text Example

White with #6FB7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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