Html Css Color HEX #6DABD8 Malibu

📋 copy color: '#6DABD8'

red 109 ◦ green 171 ◦ blue 216

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

Shades of Malibu #6DABD8

Tints of Malibu #6DABD8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.48%

 BLUE value IS 216 (84.77% from 255) = 43.55%

R = 21.98%
G = 34.48%
B = 43.55%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6DABD8 (or 0x6DABD8) is known color: Malibu. HEX triplet: 6D, AB and D8. RGB value is (109,171,216). Sum of RGB (Red+Green+Blue) = 109+171+216=496 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.98% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 216 - color contains mainly: blue. Hex color #6DABD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABD8 is #925427. Grayscale: #9D9D9D. Windows color (decimal): -9589800 or 14199661. OLE color: 14199661.

HSL color Cylindrical-coordinate representation of color #6DABD8: hue angle of 205.23º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DABD8 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 171 216 -
CMYK 0.50 0.21 0 0.15
HSL 205.23º 0.58% 0.64% -
HSV(B) 205.23º 0.5% 0.85% -
XYZ 33.26 37.33 70.42 -
YUV 157.59 160.96 93.34 -
System Red Green Blue C M Y K H S L
Decimal 109 171 216 0.50 0.21 0 0.15 205.23 0.58 0.64
Hex 6D AB D8 32 15 0 F CD 3A 40
Octal 155 253 330 62 25 0 17 315 72 100
Binary 1101101 10101011 11011000 110010 10101 0 1111 11001101 111010 1000000

Color Harmonies of #6DABD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DABD8

Black with #6DABD8

Text Example


Text Example

White with #6DABD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,171,216); }

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

background-color css

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

 a { background-color: rgb(109,171,216); }

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

border-color css

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

 span { border-color: rgb(109,171,216); }

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