Html Css Color HEX #6DAFDB Malibu

📋 copy color: '#6DAFDB'

red 109 ◦ green 175 ◦ blue 219

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

Shades of Malibu #6DAFDB

Tints of Malibu #6DAFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.79%

 BLUE value IS 219 (85.94% from 255) = 43.54%

R = 21.67%
G = 34.79%
B = 43.54%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6DAFDB (or 0x6DAFDB) is known color: Malibu. HEX triplet: 6D, AF and DB. RGB value is (109,175,219). Sum of RGB (Red+Green+Blue) = 109+175+219=503 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.67% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DAFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFDB is #925024. Grayscale: #A0A0A0. Windows color (decimal): -9588773 or 14397293. OLE color: 14397293.

HSL color Cylindrical-coordinate representation of color #6DAFDB: hue angle of 204º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DAFDB is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 175 219 -
CMYK 0.50 0.20 0 0.14
HSL 204º 0.6% 0.64% -
HSV(B) 204º 0.5% 0.86% -
XYZ 34.42 39.03 72.74 -
YUV 160.28 161.13 91.42 -
System Red Green Blue C M Y K H S L
Decimal 109 175 219 0.50 0.20 0 0.14 204 0.6 0.64
Hex 6D AF DB 32 14 0 E CC 3C 40
Octal 155 257 333 62 24 0 16 314 74 100
Binary 1101101 10101111 11011011 110010 10100 0 1110 11001100 111100 1000000

Color Harmonies of #6DAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAFDB

Black with #6DAFDB

Text Example


Text Example

White with #6DAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,175,219); }

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

background-color css

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

 a { background-color: rgb(109,175,219); }

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

border-color css

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

 span { border-color: rgb(109,175,219); }

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