Html Css Color HEX #68C6DC Malibu

📋 copy color: '#68C6DC'

red 104 ◦ green 198 ◦ blue 220

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

Shades of Malibu #68C6DC

Tints of Malibu #68C6DC

RGB

 RED value IS 104 (41.02% from 255) = 19.92%

 GREEN value IS 198 (77.73% from 255) = 37.93%

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

R = 19.92%
G = 37.93%
B = 42.15%

CMYK

 C value IS 0.53

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68C6DC (or 0x68C6DC) is known color: Malibu. HEX triplet: 68, C6 and DC. RGB value is (104,198,220). Sum of RGB (Red+Green+Blue) = 104+198+220=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #68C6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C6DC is #973923. Grayscale: #ACACAC. Windows color (decimal): -9910564 or 14468712. OLE color: 14468712.

HSL color Cylindrical-coordinate representation of color #68C6DC: hue angle of 191.38º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68C6DC is Cyan = 0.53, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 198 220 -
CMYK 0.53 0.1 0 0.14
HSL 191.38º 0.62% 0.64% -
HSV(B) 191.38º 0.53% 0.86% -
XYZ 38.82 48.5 75.03 -
YUV 172.4 154.86 79.21 -
System Red Green Blue C M Y K H S L
Decimal 104 198 220 0.53 0.1 0 0.14 191.38 0.62 0.64
Hex 68 C6 DC 35 A 0 E BF 3E 40
Octal 150 306 334 65 12 0 16 277 76 100
Binary 1101000 11000110 11011100 110101 1010 0 1110 10111111 111110 1000000

Color Harmonies of #68C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C6DC

Black with #68C6DC

Text Example


Text Example

White with #68C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68C6DC; }

 p { color: rgb(104,198,220); }

 H1.HeaderClassName
 {
   color: #68C6DC;
 }
 .AnyTagClassName
 {
   color: #68C6DC;
 }
</style>

background-color css

<style>
 a { background-color: #68C6DC; }

 a { background-color: rgb(104,198,220); }

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

border-color css

<style>
 span { border-color: #68C6DC; }

 span { border-color: rgb(104,198,220); }

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