Html Css Color HEX #6BADDB Malibu

📋 copy color: '#6BADDB'

red 107 ◦ green 173 ◦ blue 219

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

Shades of Malibu #6BADDB

Tints of Malibu #6BADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 21.44%
G = 34.67%
B = 43.89%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6BADDB (or 0x6BADDB) is known color: Malibu. HEX triplet: 6B, AD and DB. RGB value is (107,173,219). Sum of RGB (Red+Green+Blue) = 107+173+219=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BADDB is #945224. Grayscale: #9E9E9E. Windows color (decimal): -9720357 or 14396779. OLE color: 14396779.

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

Color convert

RGB 107 173 219 -
CMYK 0.51 0.21 0 0.14
HSL 204.64º 0.61% 0.64% -
HSV(B) 204.64º 0.51% 0.86% -
XYZ 33.79 38.13 72.6 -
YUV 158.51 162.13 91.26 -
System Red Green Blue C M Y K H S L
Decimal 107 173 219 0.51 0.21 0 0.14 204.64 0.61 0.64
Hex 6B AD DB 33 15 0 E CD 3D 40
Octal 153 255 333 63 25 0 16 315 75 100
Binary 1101011 10101101 11011011 110011 10101 0 1110 11001101 111101 1000000

Color Harmonies of #6BADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BADDB

Black with #6BADDB

Text Example


Text Example

White with #6BADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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