Html Css Color HEX #6AADFD Maya Blue

📋 copy color: '#6AADFD'

red 106 ◦ green 173 ◦ blue 253

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

Shades of Maya Blue #6AADFD

Tints of Maya Blue #6AADFD

RGB

 RED value IS 106 (41.8% from 255) = 19.92%

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

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

R = 19.92%
G = 32.52%
B = 47.56%

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

#6AADFD (or 0x6AADFD) is known color: Maya Blue. HEX triplet: 6A, AD and FD. RGB value is (106,173,253). Sum of RGB (Red+Green+Blue) = 106+173+253=532 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.92% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #6AADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AADFD is #955202. Grayscale: #A1A1A1. Windows color (decimal): -9785859 or 16625002. OLE color: 16625002.

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

Color convert

RGB 106 173 253 -
CMYK 0.58 0.32 0 0.01
HSL 212.65º 0.97% 0.7% -
HSV(B) 212.65º 0.58% 0.99% -
XYZ 38.62 40.04 98.62 -
YUV 162.09 179.3 88 -
System Red Green Blue C M Y K H S L
Decimal 106 173 253 0.58 0.32 0 0.01 212.65 0.97 0.7
Hex 6A AD FD 3A 20 0 1 D5 61 46
Octal 152 255 375 72 40 0 1 325 141 106
Binary 1101010 10101101 11111101 111010 100000 0 1 11010101 1100001 1000110

Color Harmonies of #6AADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AADFD

Black with #6AADFD

Text Example


Text Example

White with #6AADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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