Html Css Color HEX #6DBCDA Malibu

📋 copy color: '#6DBCDA'

red 109 ◦ green 188 ◦ blue 218

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

Shades of Malibu #6DBCDA

Tints of Malibu #6DBCDA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.5%

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 21.17%
G = 36.5%
B = 42.33%

CMYK

 C value IS 0.5

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6DBCDA (or 0x6DBCDA) is known color: Malibu. HEX triplet: 6D, BC and DA. RGB value is (109,188,218). Sum of RGB (Red+Green+Blue) = 109+188+218=515 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.17% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #6DBCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBCDA is #924325. Grayscale: #A7A7A7. Windows color (decimal): -9585446 or 14335085. OLE color: 14335085.

HSL color Cylindrical-coordinate representation of color #6DBCDA: hue angle of 196.51º degrees, saturation: 0.6, 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 #6DBCDA is Cyan = 0.5, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 188 218 -
CMYK 0.5 0.14 0 0.15
HSL 196.51º 0.6% 0.64% -
HSV(B) 196.51º 0.5% 0.85% -
XYZ 36.94 44.28 72.93 -
YUV 167.8 156.33 86.06 -
System Red Green Blue C M Y K H S L
Decimal 109 188 218 0.5 0.14 0 0.15 196.51 0.6 0.64
Hex 6D BC DA 32 E 0 F C5 3C 40
Octal 155 274 332 62 16 0 17 305 74 100
Binary 1101101 10111100 11011010 110010 1110 0 1111 11000101 111100 1000000

Color Harmonies of #6DBCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBCDA

Black with #6DBCDA

Text Example


Text Example

White with #6DBCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,188,218); }

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

background-color css

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

 a { background-color: rgb(109,188,218); }

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

border-color css

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

 span { border-color: rgb(109,188,218); }

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