Html Css Color HEX #6DBAE0 Malibu

📋 copy color: '#6DBAE0'

red 109 ◦ green 186 ◦ blue 224

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

Shades of Malibu #6DBAE0

Tints of Malibu #6DBAE0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.84%

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

R = 21%
G = 35.84%
B = 43.16%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6DBAE0 (or 0x6DBAE0) is known color: Malibu. HEX triplet: 6D, BA and E0. RGB value is (109,186,224). Sum of RGB (Red+Green+Blue) = 109+186+224=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #6DBAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBAE0 is #92451F. Grayscale: #A7A7A7. Windows color (decimal): -9585952 or 14727789. OLE color: 14727789.

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

Color convert

RGB 109 186 224 -
CMYK 0.51 0.17 0 0.12
HSL 199.83º 0.65% 0.65% -
HSV(B) 199.83º 0.51% 0.88% -
XYZ 37.32 43.75 77 -
YUV 167.31 159.99 86.41 -
System Red Green Blue C M Y K H S L
Decimal 109 186 224 0.51 0.17 0 0.12 199.83 0.65 0.65
Hex 6D BA E0 33 11 0 C C8 41 41
Octal 155 272 340 63 21 0 14 310 101 101
Binary 1101101 10111010 11100000 110011 10001 0 1100 11001000 1000001 1000001

Color Harmonies of #6DBAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBAE0

Black with #6DBAE0

Text Example


Text Example

White with #6DBAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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