Html Css Color HEX #6BBDDB Malibu

📋 copy color: '#6BBDDB'

red 107 ◦ green 189 ◦ blue 219

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

Shades of Malibu #6BBDDB

Tints of Malibu #6BBDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.7%

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

R = 20.78%
G = 36.7%
B = 42.52%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6BBDDB (or 0x6BBDDB) is known color: Malibu. HEX triplet: 6B, BD and DB. RGB value is (107,189,219). Sum of RGB (Red+Green+Blue) = 107+189+219=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BBDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBDDB is #944224. Grayscale: #A7A7A7. Windows color (decimal): -9716261 or 14400875. OLE color: 14400875.

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

Color convert

RGB 107 189 219 -
CMYK 0.51 0.14 0 0.14
HSL 196.07º 0.61% 0.64% -
HSV(B) 196.07º 0.51% 0.86% -
XYZ 37.05 44.64 73.68 -
YUV 167.9 156.83 84.56 -
System Red Green Blue C M Y K H S L
Decimal 107 189 219 0.51 0.14 0 0.14 196.07 0.61 0.64
Hex 6B BD DB 33 E 0 E C4 3D 40
Octal 153 275 333 63 16 0 16 304 75 100
Binary 1101011 10111101 11011011 110011 1110 0 1110 11000100 111101 1000000

Color Harmonies of #6BBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBDDB

Black with #6BBDDB

Text Example


Text Example

White with #6BBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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