Html Css Color HEX #6BBADC Malibu

📋 copy color: '#6BBADC'

red 107 ◦ green 186 ◦ blue 220

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

Shades of Malibu #6BBADC

Tints of Malibu #6BBADC

RGB

 RED value IS 107 (42.19% from 255) = 20.86%

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

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

R = 20.86%
G = 36.26%
B = 42.88%

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

#6BBADC (or 0x6BBADC) is known color: Malibu. HEX triplet: 6B, BA and DC. RGB value is (107,186,220). Sum of RGB (Red+Green+Blue) = 107+186+220=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BBADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBADC is #944523. Grayscale: #A6A6A6. Windows color (decimal): -9717028 or 14465643. OLE color: 14465643.

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

Color convert

RGB 107 186 220 -
CMYK 0.51 0.15 0 0.14
HSL 198.05º 0.62% 0.64% -
HSV(B) 198.05º 0.51% 0.86% -
XYZ 36.54 43.41 74.16 -
YUV 166.26 158.33 85.74 -
System Red Green Blue C M Y K H S L
Decimal 107 186 220 0.51 0.15 0 0.14 198.05 0.62 0.64
Hex 6B BA DC 33 F 0 E C6 3E 40
Octal 153 272 334 63 17 0 16 306 76 100
Binary 1101011 10111010 11011100 110011 1111 0 1110 11000110 111110 1000000

Color Harmonies of #6BBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBADC

Black with #6BBADC

Text Example


Text Example

White with #6BBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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