Html Css Color HEX #6DC1DD Malibu

📋 copy color: '#6DC1DD'

red 109 ◦ green 193 ◦ blue 221

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

Shades of Malibu #6DC1DD

Tints of Malibu #6DC1DD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.9%

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

R = 20.84%
G = 36.9%
B = 42.26%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DC1DD (or 0x6DC1DD) is known color: Malibu. HEX triplet: 6D, C1 and DD. RGB value is (109,193,221). Sum of RGB (Red+Green+Blue) = 109+193+221=523 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.84% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DC1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC1DD is #923E22. Grayscale: #AAAAAA. Windows color (decimal): -9584163 or 14532973. OLE color: 14532973.

HSL color Cylindrical-coordinate representation of color #6DC1DD: hue angle of 195º 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 #6DC1DD is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 193 221 -
CMYK 0.51 0.13 0 0.13
HSL 195º 0.62% 0.65% -
HSV(B) 195º 0.51% 0.87% -
XYZ 38.43 46.61 75.38 -
YUV 171.08 156.17 83.72 -
System Red Green Blue C M Y K H S L
Decimal 109 193 221 0.51 0.13 0 0.13 195 0.62 0.65
Hex 6D C1 DD 33 D 0 D C3 3E 41
Octal 155 301 335 63 15 0 15 303 76 101
Binary 1101101 11000001 11011101 110011 1101 0 1101 11000011 111110 1000001

Color Harmonies of #6DC1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC1DD

Black with #6DC1DD

Text Example


Text Example

White with #6DC1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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