Html Css Color HEX #6DAEDD Malibu

📋 copy color: '#6DAEDD'

red 109 ◦ green 174 ◦ blue 221

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

Shades of Malibu #6DAEDD

Tints of Malibu #6DAEDD

RGB

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

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

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

R = 21.63%
G = 34.52%
B = 43.85%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DAEDD (or 0x6DAEDD) is known color: Malibu. HEX triplet: 6D, AE and DD. RGB value is (109,174,221). Sum of RGB (Red+Green+Blue) = 109+174+221=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DAEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAEDD is #925122. Grayscale: #9F9F9F. Windows color (decimal): -9589027 or 14528109. OLE color: 14528109.

HSL color Cylindrical-coordinate representation of color #6DAEDD: hue angle of 205.18º 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 #6DAEDD is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 174 221 -
CMYK 0.51 0.21 0 0.13
HSL 205.18º 0.62% 0.65% -
HSV(B) 205.18º 0.51% 0.87% -
XYZ 34.49 38.74 74.07 -
YUV 159.92 162.47 91.68 -
System Red Green Blue C M Y K H S L
Decimal 109 174 221 0.51 0.21 0 0.13 205.18 0.62 0.65
Hex 6D AE DD 33 15 0 D CD 3E 41
Octal 155 256 335 63 25 0 15 315 76 101
Binary 1101101 10101110 11011101 110011 10101 0 1101 11001101 111110 1000001

Color Harmonies of #6DAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAEDD

Black with #6DAEDD

Text Example


Text Example

White with #6DAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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