Html Css Color HEX #6BADFD Maya Blue

📋 copy color: '#6BADFD'

red 107 ◦ green 173 ◦ blue 253

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

Shades of Maya Blue #6BADFD

Tints of Maya Blue #6BADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.46%

 BLUE value IS 253 (99.22% from 255) = 47.47%

R = 20.08%
G = 32.46%
B = 47.47%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6BADFD (or 0x6BADFD) is known color: Maya Blue. HEX triplet: 6B, AD and FD. RGB value is (107,173,253). Sum of RGB (Red+Green+Blue) = 107+173+253=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BADFD is #945202. Grayscale: #A2A2A2. Windows color (decimal): -9720323 or 16625003. OLE color: 16625003.

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

Color convert

RGB 107 173 253 -
CMYK 0.58 0.32 0 0.01
HSL 212.88º 0.97% 0.71% -
HSV(B) 212.88º 0.58% 0.99% -
XYZ 38.74 40.1 98.63 -
YUV 162.39 179.13 88.5 -
System Red Green Blue C M Y K H S L
Decimal 107 173 253 0.58 0.32 0 0.01 212.88 0.97 0.71
Hex 6B AD FD 3A 20 0 1 D5 61 47
Octal 153 255 375 72 40 0 1 325 141 107
Binary 1101011 10101101 11111101 111010 100000 0 1 11010101 1100001 1000111

Color Harmonies of #6BADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BADFD

Black with #6BADFD

Text Example


Text Example

White with #6BADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,173,253); }

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

background-color css

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

 a { background-color: rgb(107,173,253); }

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

border-color css

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

 span { border-color: rgb(107,173,253); }

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