Html Css Color HEX #6AADD3 Malibu

📋 copy color: '#6AADD3'

red 106 ◦ green 173 ◦ blue 211

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

Shades of Malibu #6AADD3

Tints of Malibu #6AADD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.06%

R = 21.63%
G = 35.31%
B = 43.06%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#6AADD3 (or 0x6AADD3) is known color: Malibu. HEX triplet: 6A, AD and D3. RGB value is (106,173,211). Sum of RGB (Red+Green+Blue) = 106+173+211=490 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.63% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 211 (82.81% from 255 or 43.06% from 490); Max value from RGB is 211 - color contains mainly: blue. Hex color #6AADD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AADD3 is #95522C. Grayscale: #9D9D9D. Windows color (decimal): -9785901 or 13872490. OLE color: 13872490.

HSL color Cylindrical-coordinate representation of color #6AADD3: hue angle of 201.71º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AADD3 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 106 173 211 -
CMYK 0.50 0.18 0 0.17
HSL 201.71º 0.54% 0.62% -
HSV(B) 201.71º 0.5% 0.83% -
XYZ 32.65 37.65 67.18 -
YUV 157.3 158.3 91.41 -
System Red Green Blue C M Y K H S L
Decimal 106 173 211 0.50 0.18 0 0.17 201.71 0.54 0.62
Hex 6A AD D3 32 12 0 11 CA 36 3E
Octal 152 255 323 62 22 0 21 312 66 76
Binary 1101010 10101101 11010011 110010 10010 0 10001 11001010 110110 111110

Color Harmonies of #6AADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AADD3

Black with #6AADD3

Text Example


Text Example

White with #6AADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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