Html Css Color HEX #6DAFDC Malibu

📋 copy color: '#6DAFDC'

red 109 ◦ green 175 ◦ blue 220

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

Shades of Malibu #6DAFDC

Tints of Malibu #6DAFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 21.63%
G = 34.72%
B = 43.65%

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

#6DAFDC (or 0x6DAFDC) is known color: Malibu. HEX triplet: 6D, AF and DC. RGB value is (109,175,220). Sum of RGB (Red+Green+Blue) = 109+175+220=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DAFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFDC is #925023. Grayscale: #A0A0A0. Windows color (decimal): -9588772 or 14462829. OLE color: 14462829.

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

Color convert

RGB 109 175 220 -
CMYK 0.50 0.20 0 0.14
HSL 204.32º 0.61% 0.65% -
HSV(B) 204.32º 0.5% 0.86% -
XYZ 34.55 39.08 73.43 -
YUV 160.4 161.63 91.34 -
System Red Green Blue C M Y K H S L
Decimal 109 175 220 0.50 0.20 0 0.14 204.32 0.61 0.65
Hex 6D AF DC 32 14 0 E CC 3D 41
Octal 155 257 334 62 24 0 16 314 75 101
Binary 1101101 10101111 11011100 110010 10100 0 1110 11001100 111101 1000001

Color Harmonies of #6DAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAFDC

Black with #6DAFDC

Text Example


Text Example

White with #6DAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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