Html Css Color HEX #6DBCDC Malibu

📋 copy color: '#6DBCDC'

red 109 ◦ green 188 ◦ blue 220

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

Shades of Malibu #6DBCDC

Tints of Malibu #6DBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.36%

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 21.08%
G = 36.36%
B = 42.55%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6DBCDC (or 0x6DBCDC) is known color: Malibu. HEX triplet: 6D, BC and DC. RGB value is (109,188,220). Sum of RGB (Red+Green+Blue) = 109+188+220=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DBCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBCDC is #924323. Grayscale: #A7A7A7. Windows color (decimal): -9585444 or 14466157. OLE color: 14466157.

HSL color Cylindrical-coordinate representation of color #6DBCDC: hue angle of 197.3º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DBCDC is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 188 220 -
CMYK 0.50 0.15 0 0.14
HSL 197.3º 0.61% 0.65% -
HSV(B) 197.3º 0.5% 0.86% -
XYZ 37.21 44.38 74.32 -
YUV 168.03 157.33 85.9 -
System Red Green Blue C M Y K H S L
Decimal 109 188 220 0.50 0.15 0 0.14 197.3 0.61 0.65
Hex 6D BC DC 32 F 0 E C5 3D 41
Octal 155 274 334 62 17 0 16 305 75 101
Binary 1101101 10111100 11011100 110010 1111 0 1110 11000101 111101 1000001

Color Harmonies of #6DBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBCDC

Black with #6DBCDC

Text Example


Text Example

White with #6DBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,188,220); }

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

background-color css

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

 a { background-color: rgb(109,188,220); }

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

border-color css

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

 span { border-color: rgb(109,188,220); }

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