Html Css Color HEX #6DAEDF Malibu

📋 copy color: '#6DAEDF'

red 109 ◦ green 174 ◦ blue 223

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

Shades of Malibu #6DAEDF

Tints of Malibu #6DAEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 21.54%
G = 34.39%
B = 44.07%

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

#6DAEDF (or 0x6DAEDF) is known color: Malibu. HEX triplet: 6D, AE and DF. RGB value is (109,174,223). Sum of RGB (Red+Green+Blue) = 109+174+223=506 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.54% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DAEDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAEDF is #925120. Grayscale: #9F9F9F. Windows color (decimal): -9589025 or 14659181. OLE color: 14659181.

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

Color convert

RGB 109 174 223 -
CMYK 0.51 0.22 0 0.13
HSL 205.79º 0.64% 0.65% -
HSV(B) 205.79º 0.51% 0.87% -
XYZ 34.76 38.85 75.48 -
YUV 160.15 163.47 91.52 -
System Red Green Blue C M Y K H S L
Decimal 109 174 223 0.51 0.22 0 0.13 205.79 0.64 0.65
Hex 6D AE DF 33 16 0 D CE 40 41
Octal 155 256 337 63 26 0 15 316 100 101
Binary 1101101 10101110 11011111 110011 10110 0 1101 11001110 1000000 1000001

Color Harmonies of #6DAEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAEDF

Black with #6DAEDF

Text Example


Text Example

White with #6DAEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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