Html Css Color HEX #6DB4DC Malibu

📋 copy color: '#6DB4DC'

red 109 ◦ green 180 ◦ blue 220

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

Shades of Malibu #6DB4DC

Tints of Malibu #6DB4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.36%

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

R = 21.41%
G = 35.36%
B = 43.22%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6DB4DC (or 0x6DB4DC) is known color: Malibu. HEX triplet: 6D, B4 and DC. RGB value is (109,180,220). Sum of RGB (Red+Green+Blue) = 109+180+220=509 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.41% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DB4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB4DC is #924B23. Grayscale: #A3A3A3. Windows color (decimal): -9587492 or 14464109. OLE color: 14464109.

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

Color convert

RGB 109 180 220 -
CMYK 0.50 0.18 0 0.14
HSL 201.62º 0.61% 0.65% -
HSV(B) 201.62º 0.5% 0.86% -
XYZ 35.55 41.06 73.76 -
YUV 163.33 159.98 89.25 -
System Red Green Blue C M Y K H S L
Decimal 109 180 220 0.50 0.18 0 0.14 201.62 0.61 0.65
Hex 6D B4 DC 32 12 0 E CA 3D 41
Octal 155 264 334 62 22 0 16 312 75 101
Binary 1101101 10110100 11011100 110010 10010 0 1110 11001010 111101 1000001

Color Harmonies of #6DB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB4DC

Black with #6DB4DC

Text Example


Text Example

White with #6DB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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