Html Css Color HEX #6BC5DC Malibu

📋 copy color: '#6BC5DC'

red 107 ◦ green 197 ◦ blue 220

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

Shades of Malibu #6BC5DC

Tints of Malibu #6BC5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.6%

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

R = 20.42%
G = 37.6%
B = 41.98%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6BC5DC (or 0x6BC5DC) is known color: Malibu. HEX triplet: 6B, C5 and DC. RGB value is (107,197,220). Sum of RGB (Red+Green+Blue) = 107+197+220=524 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.42% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BC5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC5DC is #943A23. Grayscale: #ACACAC. Windows color (decimal): -9714212 or 14468459. OLE color: 14468459.

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

Color convert

RGB 107 197 220 -
CMYK 0.51 0.10 0 0.14
HSL 192.21º 0.62% 0.64% -
HSV(B) 192.21º 0.51% 0.86% -
XYZ 38.95 48.23 74.97 -
YUV 172.71 154.68 81.13 -
System Red Green Blue C M Y K H S L
Decimal 107 197 220 0.51 0.10 0 0.14 192.21 0.62 0.64
Hex 6B C5 DC 33 A 0 E C0 3E 40
Octal 153 305 334 63 12 0 16 300 76 100
Binary 1101011 11000101 11011100 110011 1010 0 1110 11000000 111110 1000000

Color Harmonies of #6BC5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC5DC

Black with #6BC5DC

Text Example


Text Example

White with #6BC5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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