Html Css Color HEX #6DAEE0 Malibu

📋 copy color: '#6DAEE0'

red 109 ◦ green 174 ◦ blue 224

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

Shades of Malibu #6DAEE0

Tints of Malibu #6DAEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.18%

R = 21.5%
G = 34.32%
B = 44.18%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6DAEE0 (or 0x6DAEE0) is known color: Malibu. HEX triplet: 6D, AE and E0. RGB value is (109,174,224). Sum of RGB (Red+Green+Blue) = 109+174+224=507 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.50% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #6DAEE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAEE0 is #92511F. Grayscale: #A0A0A0. Windows color (decimal): -9589024 or 14724717. OLE color: 14724717.

HSL color Cylindrical-coordinate representation of color #6DAEE0: hue angle of 206.09º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DAEE0 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 109 174 224 -
CMYK 0.51 0.22 0 0.12
HSL 206.09º 0.65% 0.65% -
HSV(B) 206.09º 0.51% 0.88% -
XYZ 34.9 38.91 76.19 -
YUV 160.27 163.97 91.43 -
System Red Green Blue C M Y K H S L
Decimal 109 174 224 0.51 0.22 0 0.12 206.09 0.65 0.65
Hex 6D AE E0 33 16 0 C CE 41 41
Octal 155 256 340 63 26 0 14 316 101 101
Binary 1101101 10101110 11100000 110011 10110 0 1100 11001110 1000001 1000001

Color Harmonies of #6DAEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAEE0

Black with #6DAEE0

Text Example


Text Example

White with #6DAEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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