Html Css Color HEX #6DB7DC Malibu

📋 copy color: '#6DB7DC'

red 109 ◦ green 183 ◦ blue 220

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

Shades of Malibu #6DB7DC

Tints of Malibu #6DB7DC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.74%

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

R = 21.29%
G = 35.74%
B = 42.97%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6DB7DC (or 0x6DB7DC) is known color: Malibu. HEX triplet: 6D, B7 and DC. RGB value is (109,183,220). Sum of RGB (Red+Green+Blue) = 109+183+220=512 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.29% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DB7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB7DC is #924823. Grayscale: #A4A4A4. Windows color (decimal): -9586724 or 14464877. OLE color: 14464877.

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

Color convert

RGB 109 183 220 -
CMYK 0.50 0.17 0 0.14
HSL 200º 0.61% 0.65% -
HSV(B) 200º 0.5% 0.86% -
XYZ 36.16 42.29 73.97 -
YUV 165.09 158.98 87.99 -
System Red Green Blue C M Y K H S L
Decimal 109 183 220 0.50 0.17 0 0.14 200 0.61 0.65
Hex 6D B7 DC 32 11 0 E C8 3D 41
Octal 155 267 334 62 21 0 16 310 75 101
Binary 1101101 10110111 11011100 110010 10001 0 1110 11001000 111101 1000001

Color Harmonies of #6DB7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB7DC

Black with #6DB7DC

Text Example


Text Example

White with #6DB7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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