Html Css Color HEX #6DACD9 Malibu

📋 copy color: '#6DACD9'

red 109 ◦ green 172 ◦ blue 217

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

Shades of Malibu #6DACD9

Tints of Malibu #6DACD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.57%

R = 21.89%
G = 34.54%
B = 43.57%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6DACD9 (or 0x6DACD9) is known color: Malibu. HEX triplet: 6D, AC and D9. RGB value is (109,172,217). Sum of RGB (Red+Green+Blue) = 109+172+217=498 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.89% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #6DACD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACD9 is #925326. Grayscale: #9E9E9E. Windows color (decimal): -9589543 or 14265453. OLE color: 14265453.

HSL color Cylindrical-coordinate representation of color #6DACD9: hue angle of 205º degrees, saturation: 0.59, 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 #6DACD9 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 172 217 -
CMYK 0.50 0.21 0 0.15
HSL 205º 0.59% 0.64% -
HSV(B) 205º 0.5% 0.85% -
XYZ 33.58 37.77 71.17 -
YUV 158.29 161.13 92.84 -
System Red Green Blue C M Y K H S L
Decimal 109 172 217 0.50 0.21 0 0.15 205 0.59 0.64
Hex 6D AC D9 32 15 0 F CD 3B 40
Octal 155 254 331 62 25 0 17 315 73 100
Binary 1101101 10101100 11011001 110010 10101 0 1111 11001101 111011 1000000

Color Harmonies of #6DACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DACD9

Black with #6DACD9

Text Example


Text Example

White with #6DACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,172,217); }

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

background-color css

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

 a { background-color: rgb(109,172,217); }

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

border-color css

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

 span { border-color: rgb(109,172,217); }

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