Html Css Color HEX #6DBAEA Malibu

📋 copy color: '#6DBAEA'

red 109 ◦ green 186 ◦ blue 234

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

Shades of Malibu #6DBAEA

Tints of Malibu #6DBAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.23%

R = 20.6%
G = 35.16%
B = 44.23%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6DBAEA (or 0x6DBAEA) is known color: Malibu. HEX triplet: 6D, BA and EA. RGB value is (109,186,234). Sum of RGB (Red+Green+Blue) = 109+186+234=529 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.60% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DBAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBAEA is #924515. Grayscale: #A8A8A8. Windows color (decimal): -9585942 or 15383149. OLE color: 15383149.

HSL color Cylindrical-coordinate representation of color #6DBAEA: hue angle of 203.04º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DBAEA is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 186 234 -
CMYK 0.53 0.21 0 0.08
HSL 203.04º 0.75% 0.67% -
HSV(B) 203.04º 0.53% 0.92% -
XYZ 38.72 44.31 84.35 -
YUV 168.45 164.99 85.6 -
System Red Green Blue C M Y K H S L
Decimal 109 186 234 0.53 0.21 0 0.08 203.04 0.75 0.67
Hex 6D BA EA 35 15 0 8 CB 4B 43
Octal 155 272 352 65 25 0 10 313 113 103
Binary 1101101 10111010 11101010 110101 10101 0 1000 11001011 1001011 1000011

Color Harmonies of #6DBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBAEA

Black with #6DBAEA

Text Example


Text Example

White with #6DBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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