Html Css Color HEX #6AADDE Malibu

📋 copy color: '#6AADDE'

red 106 ◦ green 173 ◦ blue 222

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

Shades of Malibu #6AADDE

Tints of Malibu #6AADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.31%

R = 21.16%
G = 34.53%
B = 44.31%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6AADDE (or 0x6AADDE) is known color: Malibu. HEX triplet: 6A, AD and DE. RGB value is (106,173,222). Sum of RGB (Red+Green+Blue) = 106+173+222=501 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.16% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #6AADDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AADDE is #955221. Grayscale: #9E9E9E. Windows color (decimal): -9785890 or 14593386. OLE color: 14593386.

HSL color Cylindrical-coordinate representation of color #6AADDE: hue angle of 205.34º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AADDE is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 173 222 -
CMYK 0.52 0.22 0 0.13
HSL 205.34º 0.64% 0.64% -
HSV(B) 205.34º 0.52% 0.87% -
XYZ 34.07 38.23 74.69 -
YUV 158.55 163.8 90.52 -
System Red Green Blue C M Y K H S L
Decimal 106 173 222 0.52 0.22 0 0.13 205.34 0.64 0.64
Hex 6A AD DE 34 16 0 D CD 40 40
Octal 152 255 336 64 26 0 15 315 100 100
Binary 1101010 10101101 11011110 110100 10110 0 1101 11001101 1000000 1000000

Color Harmonies of #6AADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AADDE

Black with #6AADDE

Text Example


Text Example

White with #6AADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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