Html Css Color HEX #6BBBDC Malibu

📋 copy color: '#6BBBDC'

red 107 ◦ green 187 ◦ blue 220

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

Shades of Malibu #6BBBDC

Tints of Malibu #6BBBDC

RGB

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

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

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

R = 20.82%
G = 36.38%
B = 42.8%

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

#6BBBDC (or 0x6BBBDC) is known color: Malibu. HEX triplet: 6B, BB and DC. RGB value is (107,187,220). Sum of RGB (Red+Green+Blue) = 107+187+220=514 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.82% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BBBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBBDC is #944423. Grayscale: #A6A6A6. Windows color (decimal): -9716772 or 14465899. OLE color: 14465899.

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

Color convert

RGB 107 187 220 -
CMYK 0.51 0.15 0 0.14
HSL 197.52º 0.62% 0.64% -
HSV(B) 197.52º 0.51% 0.86% -
XYZ 36.75 43.83 74.23 -
YUV 166.84 158 85.32 -
System Red Green Blue C M Y K H S L
Decimal 107 187 220 0.51 0.15 0 0.14 197.52 0.62 0.64
Hex 6B BB DC 33 F 0 E C6 3E 40
Octal 153 273 334 63 17 0 16 306 76 100
Binary 1101011 10111011 11011100 110011 1111 0 1110 11000110 111110 1000000

Color Harmonies of #6BBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBBDC

Black with #6BBBDC

Text Example


Text Example

White with #6BBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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