Html Css Color HEX #6DBADE Malibu

📋 copy color: '#6DBADE'

red 109 ◦ green 186 ◦ blue 222

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

Shades of Malibu #6DBADE

Tints of Malibu #6DBADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.94%

R = 21.08%
G = 35.98%
B = 42.94%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DBADE (or 0x6DBADE) is known color: Malibu. HEX triplet: 6D, BA and DE. RGB value is (109,186,222). Sum of RGB (Red+Green+Blue) = 109+186+222=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #6DBADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBADE is #924521. Grayscale: #A6A6A6. Windows color (decimal): -9585954 or 14596717. OLE color: 14596717.

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

Color convert

RGB 109 186 222 -
CMYK 0.51 0.16 0 0.13
HSL 199.12º 0.63% 0.65% -
HSV(B) 199.12º 0.51% 0.87% -
XYZ 37.05 43.64 75.58 -
YUV 167.08 158.99 86.57 -
System Red Green Blue C M Y K H S L
Decimal 109 186 222 0.51 0.16 0 0.13 199.12 0.63 0.65
Hex 6D BA DE 33 10 0 D C7 3F 41
Octal 155 272 336 63 20 0 15 307 77 101
Binary 1101101 10111010 11011110 110011 10000 0 1101 11000111 111111 1000001

Color Harmonies of #6DBADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBADE

Black with #6DBADE

Text Example


Text Example

White with #6DBADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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