Html Css Color HEX #6DADDA Malibu

📋 copy color: '#6DADDA'

red 109 ◦ green 173 ◦ blue 218

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

Shades of Malibu #6DADDA

Tints of Malibu #6DADDA

RGB

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

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

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

R = 21.8%
G = 34.6%
B = 43.6%

CMYK

 C value IS 0.5

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6DADDA (or 0x6DADDA) is known color: Malibu. HEX triplet: 6D, AD and DA. RGB value is (109,173,218). Sum of RGB (Red+Green+Blue) = 109+173+218=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #6DADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADDA is #925225. Grayscale: #9E9E9E. Windows color (decimal): -9589286 or 14331245. OLE color: 14331245.

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

Color convert

RGB 109 173 218 -
CMYK 0.5 0.21 0 0.15
HSL 204.77º 0.6% 0.64% -
HSV(B) 204.77º 0.5% 0.85% -
XYZ 33.91 38.2 71.92 -
YUV 158.99 161.3 92.34 -
System Red Green Blue C M Y K H S L
Decimal 109 173 218 0.5 0.21 0 0.15 204.77 0.6 0.64
Hex 6D AD DA 32 15 0 F CD 3C 40
Octal 155 255 332 62 25 0 17 315 74 100
Binary 1101101 10101101 11011010 110010 10101 0 1111 11001101 111100 1000000

Color Harmonies of #6DADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DADDA

Black with #6DADDA

Text Example


Text Example

White with #6DADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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