Html Css Color HEX #6BBCDC Malibu

📋 copy color: '#6BBCDC'

red 107 ◦ green 188 ◦ blue 220

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

Shades of Malibu #6BBCDC

Tints of Malibu #6BBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.5%

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

R = 20.78%
G = 36.5%
B = 42.72%

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

#6BBCDC (or 0x6BBCDC) is known color: Malibu. HEX triplet: 6B, BC and DC. RGB value is (107,188,220). Sum of RGB (Red+Green+Blue) = 107+188+220=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BBCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBCDC is #944323. Grayscale: #A7A7A7. Windows color (decimal): -9716516 or 14466155. OLE color: 14466155.

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

Color convert

RGB 107 188 220 -
CMYK 0.51 0.15 0 0.14
HSL 196.99º 0.62% 0.64% -
HSV(B) 196.99º 0.51% 0.86% -
XYZ 36.96 44.26 74.3 -
YUV 167.43 157.66 84.9 -
System Red Green Blue C M Y K H S L
Decimal 107 188 220 0.51 0.15 0 0.14 196.99 0.62 0.64
Hex 6B BC DC 33 F 0 E C5 3E 40
Octal 153 274 334 63 17 0 16 305 76 100
Binary 1101011 10111100 11011100 110011 1111 0 1110 11000101 111110 1000000

Color Harmonies of #6BBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBCDC

Black with #6BBCDC

Text Example


Text Example

White with #6BBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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