Html Css Color HEX #6DAEE5 Malibu

📋 copy color: '#6DAEE5'

red 109 ◦ green 174 ◦ blue 229

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

Shades of Malibu #6DAEE5

Tints of Malibu #6DAEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.73%

R = 21.29%
G = 33.98%
B = 44.73%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6DAEE5 (or 0x6DAEE5) is known color: Malibu. HEX triplet: 6D, AE and E5. RGB value is (109,174,229). Sum of RGB (Red+Green+Blue) = 109+174+229=512 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.29% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #6DAEE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAEE5 is #92511A. Grayscale: #A0A0A0. Windows color (decimal): -9589019 or 15052397. OLE color: 15052397.

HSL color Cylindrical-coordinate representation of color #6DAEE5: hue angle of 207.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DAEE5 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 109 174 229 -
CMYK 0.52 0.24 0 0.10
HSL 207.5º 0.7% 0.66% -
HSV(B) 207.5º 0.52% 0.9% -
XYZ 35.59 39.18 79.82 -
YUV 160.84 166.47 91.03 -
System Red Green Blue C M Y K H S L
Decimal 109 174 229 0.52 0.24 0 0.10 207.5 0.7 0.66
Hex 6D AE E5 34 18 0 A D0 46 42
Octal 155 256 345 64 30 0 12 320 106 102
Binary 1101101 10101110 11100101 110100 11000 0 1010 11010000 1000110 1000010

Color Harmonies of #6DAEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAEE5

Black with #6DAEE5

Text Example


Text Example

White with #6DAEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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