Html Css Color HEX #68A8DC Malibu

📋 copy color: '#68A8DC'

red 104 ◦ green 168 ◦ blue 220

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

Shades of Malibu #68A8DC

Tints of Malibu #68A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.15%

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

R = 21.14%
G = 34.15%
B = 44.72%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68A8DC (or 0x68A8DC) is known color: Malibu. HEX triplet: 68, A8 and DC. RGB value is (104,168,220). Sum of RGB (Red+Green+Blue) = 104+168+220=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #68A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A8DC is #975723. Grayscale: #9A9A9A. Windows color (decimal): -9918244 or 14461032. OLE color: 14461032.

HSL color Cylindrical-coordinate representation of color #68A8DC: hue angle of 206.9º 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 #68A8DC is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 168 220 -
CMYK 0.53 0.24 0 0.14
HSL 206.9º 0.62% 0.64% -
HSV(B) 206.9º 0.53% 0.86% -
XYZ 32.63 36.12 72.96 -
YUV 154.79 164.8 91.77 -
System Red Green Blue C M Y K H S L
Decimal 104 168 220 0.53 0.24 0 0.14 206.9 0.62 0.64
Hex 68 A8 DC 35 18 0 E CF 3E 40
Octal 150 250 334 65 30 0 16 317 76 100
Binary 1101000 10101000 11011100 110101 11000 0 1110 11001111 111110 1000000

Color Harmonies of #68A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A8DC

Black with #68A8DC

Text Example


Text Example

White with #68A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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