Html Css Color HEX #6BADD9 Malibu

📋 copy color: '#6BADD9'

red 107 ◦ green 173 ◦ blue 217

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

Shades of Malibu #6BADD9

Tints of Malibu #6BADD9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.81%

 BLUE value IS 217 (85.16% from 255) = 43.66%

R = 21.53%
G = 34.81%
B = 43.66%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6BADD9 (or 0x6BADD9) is known color: Malibu. HEX triplet: 6B, AD and D9. RGB value is (107,173,217). Sum of RGB (Red+Green+Blue) = 107+173+217=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 217 - color contains mainly: blue. Hex color #6BADD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BADD9 is #945226. Grayscale: #9E9E9E. Windows color (decimal): -9720359 or 14265707. OLE color: 14265707.

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

Color convert

RGB 107 173 217 -
CMYK 0.51 0.20 0 0.15
HSL 204º 0.59% 0.64% -
HSV(B) 204º 0.51% 0.85% -
XYZ 33.53 38.02 71.22 -
YUV 158.28 161.13 91.42 -
System Red Green Blue C M Y K H S L
Decimal 107 173 217 0.51 0.20 0 0.15 204 0.59 0.64
Hex 6B AD D9 33 14 0 F CC 3B 40
Octal 153 255 331 63 24 0 17 314 73 100
Binary 1101011 10101101 11011001 110011 10100 0 1111 11001100 111011 1000000

Color Harmonies of #6BADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BADD9

Black with #6BADD9

Text Example


Text Example

White with #6BADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,173,217); }

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

background-color css

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

 a { background-color: rgb(107,173,217); }

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

border-color css

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

 span { border-color: rgb(107,173,217); }

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