Html Css Color HEX #6DAFDD Malibu

📋 copy color: '#6DAFDD'

red 109 ◦ green 175 ◦ blue 221

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

Shades of Malibu #6DAFDD

Tints of Malibu #6DAFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 21.58%
G = 34.65%
B = 43.76%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DAFDD (or 0x6DAFDD) is known color: Malibu. HEX triplet: 6D, AF and DD. RGB value is (109,175,221). Sum of RGB (Red+Green+Blue) = 109+175+221=505 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.58% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DAFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFDD is #925022. Grayscale: #A0A0A0. Windows color (decimal): -9588771 or 14528365. OLE color: 14528365.

HSL color Cylindrical-coordinate representation of color #6DAFDD: hue angle of 204.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DAFDD is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 175 221 -
CMYK 0.51 0.21 0 0.13
HSL 204.64º 0.62% 0.65% -
HSV(B) 204.64º 0.51% 0.87% -
XYZ 34.69 39.13 74.13 -
YUV 160.51 162.13 91.26 -
System Red Green Blue C M Y K H S L
Decimal 109 175 221 0.51 0.21 0 0.13 204.64 0.62 0.65
Hex 6D AF DD 33 15 0 D CD 3E 41
Octal 155 257 335 63 25 0 15 315 76 101
Binary 1101101 10101111 11011101 110011 10101 0 1101 11001101 111110 1000001

Color Harmonies of #6DAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAFDD

Black with #6DAFDD

Text Example


Text Example

White with #6DAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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