Html Css Color HEX #6DABD5 Malibu

📋 copy color: '#6DABD5'

red 109 ◦ green 171 ◦ blue 213

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

Shades of Malibu #6DABD5

Tints of Malibu #6DABD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.2%

R = 22.11%
G = 34.69%
B = 43.2%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6DABD5 (or 0x6DABD5) is known color: Malibu. HEX triplet: 6D, AB and D5. RGB value is (109,171,213). Sum of RGB (Red+Green+Blue) = 109+171+213=493 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.11% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #6DABD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABD5 is #92542A. Grayscale: #9D9D9D. Windows color (decimal): -9589803 or 14003053. OLE color: 14003053.

HSL color Cylindrical-coordinate representation of color #6DABD5: hue angle of 204.23º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DABD5 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 109 171 213 -
CMYK 0.49 0.20 0 0.16
HSL 204.23º 0.55% 0.63% -
HSV(B) 204.23º 0.49% 0.84% -
XYZ 32.88 37.18 68.39 -
YUV 157.25 159.46 93.58 -
System Red Green Blue C M Y K H S L
Decimal 109 171 213 0.49 0.20 0 0.16 204.23 0.55 0.63
Hex 6D AB D5 31 14 0 10 CC 37 3F
Octal 155 253 325 61 24 0 20 314 67 77
Binary 1101101 10101011 11010101 110001 10100 0 10000 11001100 110111 111111

Color Harmonies of #6DABD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DABD5

Black with #6DABD5

Text Example


Text Example

White with #6DABD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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