Html Css Color HEX #6AACDD Malibu

📋 copy color: '#6AACDD'

red 106 ◦ green 172 ◦ blue 221

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

Shades of Malibu #6AACDD

Tints of Malibu #6AACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.47%

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 21.24%
G = 34.47%
B = 44.29%

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

#6AACDD (or 0x6AACDD) is known color: Malibu. HEX triplet: 6A, AC and DD. RGB value is (106,172,221). Sum of RGB (Red+Green+Blue) = 106+172+221=499 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.24% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #6AACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AACDD is #955322. Grayscale: #9D9D9D. Windows color (decimal): -9786147 or 14527594. OLE color: 14527594.

HSL color Cylindrical-coordinate representation of color #6AACDD: hue angle of 205.57º degrees, saturation: 0.63, 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 #6AACDD is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 172 221 -
CMYK 0.52 0.22 0 0.13
HSL 205.57º 0.63% 0.64% -
HSV(B) 205.57º 0.52% 0.87% -
XYZ 33.75 37.79 73.92 -
YUV 157.85 163.63 91.02 -
System Red Green Blue C M Y K H S L
Decimal 106 172 221 0.52 0.22 0 0.13 205.57 0.63 0.64
Hex 6A AC DD 34 16 0 D CE 3F 40
Octal 152 254 335 64 26 0 15 316 77 100
Binary 1101010 10101100 11011101 110100 10110 0 1101 11001110 111111 1000000

Color Harmonies of #6AACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AACDD

Black with #6AACDD

Text Example


Text Example

White with #6AACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,172,221); }

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

background-color css

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

 a { background-color: rgb(106,172,221); }

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

border-color css

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

 span { border-color: rgb(106,172,221); }

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