Html Css Color HEX #6DB2DB Malibu

📋 copy color: '#6DB2DB'

red 109 ◦ green 178 ◦ blue 219

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

Shades of Malibu #6DB2DB

Tints of Malibu #6DB2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.18%

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

R = 21.54%
G = 35.18%
B = 43.28%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6DB2DB (or 0x6DB2DB) is known color: Malibu. HEX triplet: 6D, B2 and DB. RGB value is (109,178,219). Sum of RGB (Red+Green+Blue) = 109+178+219=506 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.54% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DB2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB2DB is #924D24. Grayscale: #A1A1A1. Windows color (decimal): -9588005 or 14398061. OLE color: 14398061.

HSL color Cylindrical-coordinate representation of color #6DB2DB: hue angle of 202.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 #6DB2DB is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 178 219 -
CMYK 0.50 0.19 0 0.14
HSL 202.36º 0.6% 0.64% -
HSV(B) 202.36º 0.5% 0.86% -
XYZ 35.01 40.21 72.93 -
YUV 162.04 160.14 90.17 -
System Red Green Blue C M Y K H S L
Decimal 109 178 219 0.50 0.19 0 0.14 202.36 0.6 0.64
Hex 6D B2 DB 32 13 0 E CA 3C 40
Octal 155 262 333 62 23 0 16 312 74 100
Binary 1101101 10110010 11011011 110010 10011 0 1110 11001010 111100 1000000

Color Harmonies of #6DB2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB2DB

Black with #6DB2DB

Text Example


Text Example

White with #6DB2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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