Html Css Color HEX #6AADDA Malibu

📋 copy color: '#6AADDA'

red 106 ◦ green 173 ◦ blue 218

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

Shades of Malibu #6AADDA

Tints of Malibu #6AADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 21.33%
G = 34.81%
B = 43.86%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6AADDA (or 0x6AADDA) is known color: Malibu. HEX triplet: 6A, AD and DA. RGB value is (106,173,218). Sum of RGB (Red+Green+Blue) = 106+173+218=497 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.33% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #6AADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AADDA is #955225. Grayscale: #9D9D9D. Windows color (decimal): -9785894 or 14331242. OLE color: 14331242.

HSL color Cylindrical-coordinate representation of color #6AADDA: hue angle of 204.11º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AADDA is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 173 218 -
CMYK 0.51 0.21 0 0.15
HSL 204.11º 0.6% 0.64% -
HSV(B) 204.11º 0.51% 0.85% -
XYZ 33.54 38.01 71.9 -
YUV 158.1 161.8 90.84 -
System Red Green Blue C M Y K H S L
Decimal 106 173 218 0.51 0.21 0 0.15 204.11 0.6 0.64
Hex 6A AD DA 33 15 0 F CC 3C 40
Octal 152 255 332 63 25 0 17 314 74 100
Binary 1101010 10101101 11011010 110011 10101 0 1111 11001100 111100 1000000

Color Harmonies of #6AADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AADDA

Black with #6AADDA

Text Example


Text Example

White with #6AADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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