Html Css Color HEX #6DADDD Malibu

📋 copy color: '#6DADDD'

red 109 ◦ green 173 ◦ blue 221

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

Shades of Malibu #6DADDD

Tints of Malibu #6DADDD

RGB

 RED value IS 109 (42.97% from 255) = 21.67%

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

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

R = 21.67%
G = 34.39%
B = 43.94%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DADDD (or 0x6DADDD) is known color: Malibu. HEX triplet: 6D, AD and DD. RGB value is (109,173,221). Sum of RGB (Red+Green+Blue) = 109+173+221=503 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.67% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADDD is #925222. Grayscale: #9F9F9F. Windows color (decimal): -9589283 or 14527853. OLE color: 14527853.

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

Color convert

RGB 109 173 221 -
CMYK 0.51 0.22 0 0.13
HSL 205.71º 0.62% 0.65% -
HSV(B) 205.71º 0.51% 0.87% -
XYZ 34.3 38.36 74 -
YUV 159.34 162.8 92.1 -
System Red Green Blue C M Y K H S L
Decimal 109 173 221 0.51 0.22 0 0.13 205.71 0.62 0.65
Hex 6D AD DD 33 16 0 D CE 3E 41
Octal 155 255 335 63 26 0 15 316 76 101
Binary 1101101 10101101 11011101 110011 10110 0 1101 11001110 111110 1000001

Color Harmonies of #6DADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DADDD

Black with #6DADDD

Text Example


Text Example

White with #6DADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,173,221); }

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

background-color css

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

 a { background-color: rgb(109,173,221); }

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

border-color css

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

 span { border-color: rgb(109,173,221); }

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