Html Css Color HEX #6DACDA Malibu

📋 copy color: '#6DACDA'

red 109 ◦ green 172 ◦ blue 218

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

Shades of Malibu #6DACDA

Tints of Malibu #6DACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.47%

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

R = 21.84%
G = 34.47%
B = 43.69%

CMYK

 C value IS 0.5

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6DACDA (or 0x6DACDA) is known color: Malibu. HEX triplet: 6D, AC and DA. RGB value is (109,172,218). Sum of RGB (Red+Green+Blue) = 109+172+218=499 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.84% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #6DACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACDA is #925325. Grayscale: #9E9E9E. Windows color (decimal): -9589542 or 14330989. OLE color: 14330989.

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

Color convert

RGB 109 172 218 -
CMYK 0.5 0.21 0 0.15
HSL 205.32º 0.6% 0.64% -
HSV(B) 205.32º 0.5% 0.85% -
XYZ 33.71 37.82 71.85 -
YUV 158.41 161.63 92.76 -
System Red Green Blue C M Y K H S L
Decimal 109 172 218 0.5 0.21 0 0.15 205.32 0.6 0.64
Hex 6D AC DA 32 15 0 F CD 3C 40
Octal 155 254 332 62 25 0 17 315 74 100
Binary 1101101 10101100 11011010 110010 10101 0 1111 11001101 111100 1000000

Color Harmonies of #6DACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DACDA

Black with #6DACDA

Text Example


Text Example

White with #6DACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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