Html Css Color HEX #6DBDDF Malibu

📋 copy color: '#6DBDDF'

red 109 ◦ green 189 ◦ blue 223

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

Shades of Malibu #6DBDDF

Tints of Malibu #6DBDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.28%

 BLUE value IS 223 (87.5% from 255) = 42.8%

R = 20.92%
G = 36.28%
B = 42.8%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DBDDF (or 0x6DBDDF) is known color: Malibu. HEX triplet: 6D, BD and DF. RGB value is (109,189,223). Sum of RGB (Red+Green+Blue) = 109+189+223=521 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.92% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DBDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDDF is #924220. Grayscale: #A8A8A8. Windows color (decimal): -9585185 or 14663021. OLE color: 14663021.

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

Color convert

RGB 109 189 223 -
CMYK 0.51 0.15 0 0.13
HSL 197.89º 0.64% 0.65% -
HSV(B) 197.89º 0.51% 0.87% -
XYZ 37.82 44.97 76.5 -
YUV 168.96 158.5 85.24 -
System Red Green Blue C M Y K H S L
Decimal 109 189 223 0.51 0.15 0 0.13 197.89 0.64 0.65
Hex 6D BD DF 33 F 0 D C6 40 41
Octal 155 275 337 63 17 0 15 306 100 101
Binary 1101101 10111101 11011111 110011 1111 0 1101 11000110 1000000 1000001

Color Harmonies of #6DBDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBDDF

Black with #6DBDDF

Text Example


Text Example

White with #6DBDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,189,223); }

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

background-color css

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

 a { background-color: rgb(109,189,223); }

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

border-color css

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

 span { border-color: rgb(109,189,223); }

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