Html Css Color HEX #68A9DB Malibu

📋 copy color: '#68A9DB'

red 104 ◦ green 169 ◦ blue 219

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

Shades of Malibu #68A9DB

Tints of Malibu #68A9DB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.35%

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

R = 21.14%
G = 34.35%
B = 44.51%

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

#68A9DB (or 0x68A9DB) is known color: Malibu. HEX triplet: 68, A9 and DB. RGB value is (104,169,219). Sum of RGB (Red+Green+Blue) = 104+169+219=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #68A9DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A9DB is #975624. Grayscale: #9B9B9B. Windows color (decimal): -9917989 or 14395752. OLE color: 14395752.

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

Color convert

RGB 104 169 219 -
CMYK 0.53 0.23 0 0.14
HSL 206.09º 0.61% 0.63% -
HSV(B) 206.09º 0.53% 0.86% -
XYZ 32.68 36.43 72.33 -
YUV 155.27 163.97 91.43 -
System Red Green Blue C M Y K H S L
Decimal 104 169 219 0.53 0.23 0 0.14 206.09 0.61 0.63
Hex 68 A9 DB 35 17 0 E CE 3D 3F
Octal 150 251 333 65 27 0 16 316 75 77
Binary 1101000 10101001 11011011 110101 10111 0 1110 11001110 111101 111111

Color Harmonies of #68A9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A9DB

Black with #68A9DB

Text Example


Text Example

White with #68A9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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