Html Css Color HEX #6FBDF3 Maya Blue

📋 copy color: '#6FBDF3'

red 111 ◦ green 189 ◦ blue 243

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

Shades of Maya Blue #6FBDF3

Tints of Maya Blue #6FBDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.75%

R = 20.44%
G = 34.81%
B = 44.75%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6FBDF3 (or 0x6FBDF3) is known color: Maya Blue. HEX triplet: 6F, BD and F3. RGB value is (111,189,243). Sum of RGB (Red+Green+Blue) = 111+189+243=543 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.44% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #6FBDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBDF3 is #90420C. Grayscale: #ABABAB. Windows color (decimal): -9454093 or 15973743. OLE color: 15973743.

HSL color Cylindrical-coordinate representation of color #6FBDF3: hue angle of 204.55º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FBDF3 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 189 243 -
CMYK 0.54 0.22 0 0.05
HSL 204.55º 0.85% 0.69% -
HSV(B) 204.55º 0.54% 0.95% -
XYZ 40.93 46.25 91.56 -
YUV 171.83 168.16 84.61 -
System Red Green Blue C M Y K H S L
Decimal 111 189 243 0.54 0.22 0 0.05 204.55 0.85 0.69
Hex 6F BD F3 36 16 0 5 CD 55 45
Octal 157 275 363 66 26 0 5 315 125 105
Binary 1101111 10111101 11110011 110110 10110 0 101 11001101 1010101 1000101

Color Harmonies of #6FBDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBDF3

Black with #6FBDF3

Text Example


Text Example

White with #6FBDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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