Html Css Color HEX #6DBFDD Malibu

📋 copy color: '#6DBFDD'

red 109 ◦ green 191 ◦ blue 221

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

Shades of Malibu #6DBFDD

Tints of Malibu #6DBFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 36.66%

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

R = 20.92%
G = 36.66%
B = 42.42%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DBFDD (or 0x6DBFDD) is known color: Malibu. HEX triplet: 6D, BF and DD. RGB value is (109,191,221). Sum of RGB (Red+Green+Blue) = 109+191+221=521 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.92% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DBFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBFDD is #924022. Grayscale: #A9A9A9. Windows color (decimal): -9584675 or 14532461. OLE color: 14532461.

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

Color convert

RGB 109 191 221 -
CMYK 0.51 0.14 0 0.13
HSL 196.07º 0.62% 0.65% -
HSV(B) 196.07º 0.51% 0.87% -
XYZ 37.99 45.73 75.23 -
YUV 169.9 156.83 84.56 -
System Red Green Blue C M Y K H S L
Decimal 109 191 221 0.51 0.14 0 0.13 196.07 0.62 0.65
Hex 6D BF DD 33 E 0 D C4 3E 41
Octal 155 277 335 63 16 0 15 304 76 101
Binary 1101101 10111111 11011101 110011 1110 0 1101 11000100 111110 1000001

Color Harmonies of #6DBFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBFDD

Black with #6DBFDD

Text Example


Text Example

White with #6DBFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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