Html Css Color HEX #6DBDDB Malibu

📋 copy color: '#6DBDDB'

red 109 ◦ green 189 ◦ blue 219

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

Shades of Malibu #6DBDDB

Tints of Malibu #6DBDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.56%

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 21.08%
G = 36.56%
B = 42.36%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6DBDDB (or 0x6DBDDB) is known color: Malibu. HEX triplet: 6D, BD and DB. RGB value is (109,189,219). Sum of RGB (Red+Green+Blue) = 109+189+219=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DBDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDDB is #924224. Grayscale: #A8A8A8. Windows color (decimal): -9585189 or 14400877. OLE color: 14400877.

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

Color convert

RGB 109 189 219 -
CMYK 0.50 0.14 0 0.14
HSL 196.36º 0.6% 0.64% -
HSV(B) 196.36º 0.5% 0.86% -
XYZ 37.29 44.76 73.69 -
YUV 168.5 156.5 85.56 -
System Red Green Blue C M Y K H S L
Decimal 109 189 219 0.50 0.14 0 0.14 196.36 0.6 0.64
Hex 6D BD DB 32 E 0 E C4 3C 40
Octal 155 275 333 62 16 0 16 304 74 100
Binary 1101101 10111101 11011011 110010 1110 0 1110 11000100 111100 1000000

Color Harmonies of #6DBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBDDB

Black with #6DBDDB

Text Example


Text Example

White with #6DBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,189,219); }

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

background-color css

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

 a { background-color: rgb(109,189,219); }

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

border-color css

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

 span { border-color: rgb(109,189,219); }

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