Html Css Color HEX #6DBFDC Malibu

📋 copy color: '#6DBFDC'

red 109 ◦ green 191 ◦ blue 220

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

Shades of Malibu #6DBFDC

Tints of Malibu #6DBFDC

RGB

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

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

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

R = 20.96%
G = 36.73%
B = 42.31%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6DBFDC (or 0x6DBFDC) is known color: Malibu. HEX triplet: 6D, BF and DC. RGB value is (109,191,220). Sum of RGB (Red+Green+Blue) = 109+191+220=520 (68% of max value = 765). Red value is 109 (42.97% from 255 or 20.96% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DBFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBFDC is #924023. Grayscale: #A9A9A9. Windows color (decimal): -9584676 or 14466925. OLE color: 14466925.

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

Color convert

RGB 109 191 220 -
CMYK 0.50 0.13 0 0.14
HSL 195.68º 0.61% 0.65% -
HSV(B) 195.68º 0.5% 0.86% -
XYZ 37.86 45.68 74.53 -
YUV 169.79 156.33 84.64 -
System Red Green Blue C M Y K H S L
Decimal 109 191 220 0.50 0.13 0 0.14 195.68 0.61 0.65
Hex 6D BF DC 32 D 0 E C4 3D 41
Octal 155 277 334 62 15 0 16 304 75 101
Binary 1101101 10111111 11011100 110010 1101 0 1110 11000100 111101 1000001

Color Harmonies of #6DBFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBFDC

Black with #6DBFDC

Text Example


Text Example

White with #6DBFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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