Html Css Color HEX #6BBAF0 Maya Blue

📋 copy color: '#6BBAF0'

red 107 ◦ green 186 ◦ blue 240

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

Shades of Maya Blue #6BBAF0

Tints of Maya Blue #6BBAF0

RGB

 RED value IS 107 (42.19% from 255) = 20.08%

 GREEN value IS 186 (73.05% from 255) = 34.9%

 BLUE value IS 240 (94.14% from 255) = 45.03%

R = 20.08%
G = 34.9%
B = 45.03%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6BBAF0 (or 0x6BBAF0) is known color: Maya Blue. HEX triplet: 6B, BA and F0. RGB value is (107,186,240). Sum of RGB (Red+Green+Blue) = 107+186+240=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #6BBAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBAF0 is #94450F. Grayscale: #A8A8A8. Windows color (decimal): -9717008 or 15776363. OLE color: 15776363.

HSL color Cylindrical-coordinate representation of color #6BBAF0: hue angle of 204.36º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BBAF0 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 186 240 -
CMYK 0.55 0.22 0 0.06
HSL 204.36º 0.82% 0.68% -
HSV(B) 204.36º 0.55% 0.94% -
XYZ 39.35 44.53 88.96 -
YUV 168.54 168.33 84.11 -
System Red Green Blue C M Y K H S L
Decimal 107 186 240 0.55 0.22 0 0.06 204.36 0.82 0.68
Hex 6B BA F0 37 16 0 6 CC 52 44
Octal 153 272 360 67 26 0 6 314 122 104
Binary 1101011 10111010 11110000 110111 10110 0 110 11001100 1010010 1000100

Color Harmonies of #6BBAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBAF0

Black with #6BBAF0

Text Example


Text Example

White with #6BBAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,186,240); }

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

background-color css

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

 a { background-color: rgb(107,186,240); }

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

border-color css

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

 span { border-color: rgb(107,186,240); }

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