Html Css Color HEX #6BBBDB Malibu

📋 copy color: '#6BBBDB'

red 107 ◦ green 187 ◦ blue 219

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

Shades of Malibu #6BBBDB

Tints of Malibu #6BBBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.45%

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

R = 20.86%
G = 36.45%
B = 42.69%

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

#6BBBDB (or 0x6BBBDB) is known color: Malibu. HEX triplet: 6B, BB and DB. RGB value is (107,187,219). Sum of RGB (Red+Green+Blue) = 107+187+219=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BBBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBBDB is #944424. Grayscale: #A6A6A6. Windows color (decimal): -9716773 or 14400363. OLE color: 14400363.

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

Color convert

RGB 107 187 219 -
CMYK 0.51 0.15 0 0.14
HSL 197.14º 0.61% 0.64% -
HSV(B) 197.14º 0.51% 0.86% -
XYZ 36.62 43.78 73.54 -
YUV 166.73 157.5 85.4 -
System Red Green Blue C M Y K H S L
Decimal 107 187 219 0.51 0.15 0 0.14 197.14 0.61 0.64
Hex 6B BB DB 33 F 0 E C5 3D 40
Octal 153 273 333 63 17 0 16 305 75 100
Binary 1101011 10111011 11011011 110011 1111 0 1110 11000101 111101 1000000

Color Harmonies of #6BBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBBDB

Black with #6BBBDB

Text Example


Text Example

White with #6BBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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