Html Css Color HEX #6FBDFC Maya Blue

📋 copy color: '#6FBDFC'

red 111 ◦ green 189 ◦ blue 252

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

Shades of Maya Blue #6FBDFC

Tints of Maya Blue #6FBDFC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.24%

 BLUE value IS 252 (98.83% from 255) = 45.65%

R = 20.11%
G = 34.24%
B = 45.65%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6FBDFC (or 0x6FBDFC) is known color: Maya Blue. HEX triplet: 6F, BD and FC. RGB value is (111,189,252). Sum of RGB (Red+Green+Blue) = 111+189+252=552 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.11% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FBDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBDFC is #904203. Grayscale: #ACACAC. Windows color (decimal): -9454084 or 16563567. OLE color: 16563567.

HSL color Cylindrical-coordinate representation of color #6FBDFC: hue angle of 206.81º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FBDFC is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 111 189 252 -
CMYK 0.56 0.25 0 0.01
HSL 206.81º 0.96% 0.71% -
HSV(B) 206.81º 0.56% 0.99% -
XYZ 42.32 46.8 98.9 -
YUV 172.86 172.66 83.88 -
System Red Green Blue C M Y K H S L
Decimal 111 189 252 0.56 0.25 0 0.01 206.81 0.96 0.71
Hex 6F BD FC 38 19 0 1 CF 60 47
Octal 157 275 374 70 31 0 1 317 140 107
Binary 1101111 10111101 11111100 111000 11001 0 1 11001111 1100000 1000111

Color Harmonies of #6FBDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBDFC

Black with #6FBDFC

Text Example


Text Example

White with #6FBDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,189,252); }

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

background-color css

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

 a { background-color: rgb(111,189,252); }

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

border-color css

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

 span { border-color: rgb(111,189,252); }

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