Html Css Color HEX #6AAADF Malibu

📋 copy color: '#6AAADF'

red 106 ◦ green 170 ◦ blue 223

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

Shades of Malibu #6AAADF

Tints of Malibu #6AAADF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.07%

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 21.24%
G = 34.07%
B = 44.69%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6AAADF (or 0x6AAADF) is known color: Malibu. HEX triplet: 6A, AA and DF. RGB value is (106,170,223). Sum of RGB (Red+Green+Blue) = 106+170+223=499 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.24% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #6AAADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAADF is #955520. Grayscale: #9C9C9C. Windows color (decimal): -9786657 or 14658154. OLE color: 14658154.

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

Color convert

RGB 106 170 223 -
CMYK 0.52 0.24 0 0.13
HSL 207.18º 0.65% 0.65% -
HSV(B) 207.18º 0.52% 0.87% -
XYZ 33.64 37.14 75.21 -
YUV 156.91 165.3 91.69 -
System Red Green Blue C M Y K H S L
Decimal 106 170 223 0.52 0.24 0 0.13 207.18 0.65 0.65
Hex 6A AA DF 34 18 0 D CF 41 41
Octal 152 252 337 64 30 0 15 317 101 101
Binary 1101010 10101010 11011111 110100 11000 0 1101 11001111 1000001 1000001

Color Harmonies of #6AAADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAADF

Black with #6AAADF

Text Example


Text Example

White with #6AAADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,170,223); }

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

background-color css

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

 a { background-color: rgb(106,170,223); }

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

border-color css

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

 span { border-color: rgb(106,170,223); }

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