Html Css Color HEX #6DBFDA Malibu

📋 copy color: '#6DBFDA'

red 109 ◦ green 191 ◦ blue 218

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

Shades of Malibu #6DBFDA

Tints of Malibu #6DBFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 36.87%

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

R = 21.04%
G = 36.87%
B = 42.08%

CMYK

 C value IS 0.5

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6DBFDA (or 0x6DBFDA) is known color: Malibu. HEX triplet: 6D, BF and DA. RGB value is (109,191,218). Sum of RGB (Red+Green+Blue) = 109+191+218=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #6DBFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBFDA is #924025. Grayscale: #A9A9A9. Windows color (decimal): -9584678 or 14335853. OLE color: 14335853.

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

Color convert

RGB 109 191 218 -
CMYK 0.5 0.12 0 0.15
HSL 194.86º 0.6% 0.64% -
HSV(B) 194.86º 0.5% 0.85% -
XYZ 37.59 45.57 73.15 -
YUV 169.56 155.33 84.8 -
System Red Green Blue C M Y K H S L
Decimal 109 191 218 0.5 0.12 0 0.15 194.86 0.6 0.64
Hex 6D BF DA 32 C 0 F C3 3C 40
Octal 155 277 332 62 14 0 17 303 74 100
Binary 1101101 10111111 11011010 110010 1100 0 1111 11000011 111100 1000000

Color Harmonies of #6DBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBFDA

Black with #6DBFDA

Text Example


Text Example

White with #6DBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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