Html Css Color HEX #6CBADC Malibu

📋 copy color: '#6CBADC'

red 108 ◦ green 186 ◦ blue 220

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

Shades of Malibu #6CBADC

Tints of Malibu #6CBADC

RGB

 RED value IS 108 (42.58% from 255) = 21.01%

 GREEN value IS 186 (73.05% from 255) = 36.19%

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

R = 21.01%
G = 36.19%
B = 42.8%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CBADC (or 0x6CBADC) is known color: Malibu. HEX triplet: 6C, BA and DC. RGB value is (108,186,220). Sum of RGB (Red+Green+Blue) = 108+186+220=514 (68% of max value = 765). Red value is 108 (42.58% from 255 or 21.01% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #6CBADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBADC is #934523. Grayscale: #A6A6A6. Windows color (decimal): -9651492 or 14465644. OLE color: 14465644.

HSL color Cylindrical-coordinate representation of color #6CBADC: hue angle of 198.21º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CBADC is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 186 220 -
CMYK 0.51 0.15 0 0.14
HSL 198.21º 0.62% 0.64% -
HSV(B) 198.21º 0.51% 0.86% -
XYZ 36.66 43.47 74.17 -
YUV 166.55 158.16 86.24 -
System Red Green Blue C M Y K H S L
Decimal 108 186 220 0.51 0.15 0 0.14 198.21 0.62 0.64
Hex 6C BA DC 33 F 0 E C6 3E 40
Octal 154 272 334 63 17 0 16 306 76 100
Binary 1101100 10111010 11011100 110011 1111 0 1110 11000110 111110 1000000

Color Harmonies of #6CBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBADC

Black with #6CBADC

Text Example


Text Example

White with #6CBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,186,220); }

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

background-color css

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

 a { background-color: rgb(108,186,220); }

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

border-color css

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

 span { border-color: rgb(108,186,220); }

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