Html Css Color HEX #6BBDF0 Maya Blue

📋 copy color: '#6BBDF0'

red 107 ◦ green 189 ◦ blue 240

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

Shades of Maya Blue #6BBDF0

Tints of Maya Blue #6BBDF0

RGB

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

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

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

R = 19.96%
G = 35.26%
B = 44.78%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6BBDF0 (or 0x6BBDF0) is known color: Maya Blue. HEX triplet: 6B, BD and F0. RGB value is (107,189,240). Sum of RGB (Red+Green+Blue) = 107+189+240=536 (70% of max value = 765). Red value is 107 (42.19% from 255 or 19.96% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #6BBDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBDF0 is #94420F. Grayscale: #AAAAAA. Windows color (decimal): -9716240 or 15777131. OLE color: 15777131.

HSL color Cylindrical-coordinate representation of color #6BBDF0: hue angle of 203.01º 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 #6BBDF0 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 189 240 -
CMYK 0.55 0.21 0 0.06
HSL 203.01º 0.82% 0.68% -
HSV(B) 203.01º 0.55% 0.94% -
XYZ 39.99 45.81 89.17 -
YUV 170.3 167.33 82.85 -
System Red Green Blue C M Y K H S L
Decimal 107 189 240 0.55 0.21 0 0.06 203.01 0.82 0.68
Hex 6B BD F0 37 15 0 6 CB 52 44
Octal 153 275 360 67 25 0 6 313 122 104
Binary 1101011 10111101 11110000 110111 10101 0 110 11001011 1010010 1000100

Color Harmonies of #6BBDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBDF0

Black with #6BBDF0

Text Example


Text Example

White with #6BBDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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