Html Css Color HEX #6DBBDA Malibu

📋 copy color: '#6DBBDA'

red 109 ◦ green 187 ◦ blue 218

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

Shades of Malibu #6DBBDA

Tints of Malibu #6DBBDA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.38%

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

R = 21.21%
G = 36.38%
B = 42.41%

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

#6DBBDA (or 0x6DBBDA) is known color: Malibu. HEX triplet: 6D, BB and DA. RGB value is (109,187,218). Sum of RGB (Red+Green+Blue) = 109+187+218=514 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.21% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #6DBBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBDA is #924425. Grayscale: #A7A7A7. Windows color (decimal): -9585702 or 14334829. OLE color: 14334829.

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

Color convert

RGB 109 187 218 -
CMYK 0.5 0.14 0 0.15
HSL 197.06º 0.6% 0.64% -
HSV(B) 197.06º 0.5% 0.85% -
XYZ 36.73 43.85 72.86 -
YUV 167.21 156.66 86.48 -
System Red Green Blue C M Y K H S L
Decimal 109 187 218 0.5 0.14 0 0.15 197.06 0.6 0.64
Hex 6D BB DA 32 E 0 F C5 3C 40
Octal 155 273 332 62 16 0 17 305 74 100
Binary 1101101 10111011 11011010 110010 1110 0 1111 11000101 111100 1000000

Color Harmonies of #6DBBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBBDA

Black with #6DBBDA

Text Example


Text Example

White with #6DBBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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