Html Css Color HEX #6DAEDC Malibu

📋 copy color: '#6DAEDC'

red 109 ◦ green 174 ◦ blue 220

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

Shades of Malibu #6DAEDC

Tints of Malibu #6DAEDC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.59%

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 21.67%
G = 34.59%
B = 43.74%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6DAEDC (or 0x6DAEDC) is known color: Malibu. HEX triplet: 6D, AE and DC. RGB value is (109,174,220). Sum of RGB (Red+Green+Blue) = 109+174+220=503 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.67% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DAEDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAEDC is #925123. Grayscale: #9F9F9F. Windows color (decimal): -9589028 or 14462573. OLE color: 14462573.

HSL color Cylindrical-coordinate representation of color #6DAEDC: hue angle of 204.86º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DAEDC is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 174 220 -
CMYK 0.50 0.21 0 0.14
HSL 204.86º 0.61% 0.65% -
HSV(B) 204.86º 0.5% 0.86% -
XYZ 34.36 38.69 73.37 -
YUV 159.81 161.97 91.76 -
System Red Green Blue C M Y K H S L
Decimal 109 174 220 0.50 0.21 0 0.14 204.86 0.61 0.65
Hex 6D AE DC 32 15 0 E CD 3D 41
Octal 155 256 334 62 25 0 16 315 75 101
Binary 1101101 10101110 11011100 110010 10101 0 1110 11001101 111101 1000001

Color Harmonies of #6DAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAEDC

Black with #6DAEDC

Text Example


Text Example

White with #6DAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,174,220); }

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

background-color css

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

 a { background-color: rgb(109,174,220); }

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

border-color css

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

 span { border-color: rgb(109,174,220); }

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