Html Css Color HEX #6DC2DD Malibu

📋 copy color: '#6DC2DD'

red 109 ◦ green 194 ◦ blue 221

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

Shades of Malibu #6DC2DD

Tints of Malibu #6DC2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.02%

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 20.8%
G = 37.02%
B = 42.18%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DC2DD (or 0x6DC2DD) is known color: Malibu. HEX triplet: 6D, C2 and DD. RGB value is (109,194,221). Sum of RGB (Red+Green+Blue) = 109+194+221=524 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.80% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DC2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC2DD is #923D22. Grayscale: #ABABAB. Windows color (decimal): -9583907 or 14533229. OLE color: 14533229.

HSL color Cylindrical-coordinate representation of color #6DC2DD: hue angle of 194.46º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DC2DD is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 194 221 -
CMYK 0.51 0.12 0 0.13
HSL 194.46º 0.62% 0.65% -
HSV(B) 194.46º 0.51% 0.87% -
XYZ 38.65 47.06 75.45 -
YUV 171.66 155.84 83.3 -
System Red Green Blue C M Y K H S L
Decimal 109 194 221 0.51 0.12 0 0.13 194.46 0.62 0.65
Hex 6D C2 DD 33 C 0 D C2 3E 41
Octal 155 302 335 63 14 0 15 302 76 101
Binary 1101101 11000010 11011101 110011 1100 0 1101 11000010 111110 1000001

Color Harmonies of #6DC2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC2DD

Black with #6DC2DD

Text Example


Text Example

White with #6DC2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,194,221); }

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

background-color css

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

 a { background-color: rgb(109,194,221); }

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

border-color css

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

 span { border-color: rgb(109,194,221); }

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