Html Css Color HEX #68A8DB Malibu

📋 copy color: '#68A8DB'

red 104 ◦ green 168 ◦ blue 219

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

Shades of Malibu #68A8DB

Tints of Malibu #68A8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 21.18%
G = 34.22%
B = 44.6%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68A8DB (or 0x68A8DB) is known color: Malibu. HEX triplet: 68, A8 and DB. RGB value is (104,168,219). Sum of RGB (Red+Green+Blue) = 104+168+219=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #68A8DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A8DB is #975724. Grayscale: #9A9A9A. Windows color (decimal): -9918245 or 14395496. OLE color: 14395496.

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

Color convert

RGB 104 168 219 -
CMYK 0.53 0.23 0 0.14
HSL 206.61º 0.61% 0.63% -
HSV(B) 206.61º 0.53% 0.86% -
XYZ 32.5 36.06 72.27 -
YUV 154.68 164.3 91.85 -
System Red Green Blue C M Y K H S L
Decimal 104 168 219 0.53 0.23 0 0.14 206.61 0.61 0.63
Hex 68 A8 DB 35 17 0 E CF 3D 3F
Octal 150 250 333 65 27 0 16 317 75 77
Binary 1101000 10101000 11011011 110101 10111 0 1110 11001111 111101 111111

Color Harmonies of #68A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A8DB

Black with #68A8DB

Text Example


Text Example

White with #68A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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