Html Css Color HEX #68A9E5 Malibu

📋 copy color: '#68A9E5'

red 104 ◦ green 169 ◦ blue 229

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

Shades of Malibu #68A9E5

Tints of Malibu #68A9E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.62%

R = 20.72%
G = 33.67%
B = 45.62%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#68A9E5 (or 0x68A9E5) is known color: Malibu. HEX triplet: 68, A9 and E5. RGB value is (104,169,229). Sum of RGB (Red+Green+Blue) = 104+169+229=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #68A9E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A9E5 is #97561A. Grayscale: #9C9C9C. Windows color (decimal): -9917979 or 15051112. OLE color: 15051112.

HSL color Cylindrical-coordinate representation of color #68A9E5: hue angle of 208.8º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68A9E5 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 104 169 229 -
CMYK 0.55 0.26 0 0.10
HSL 208.8º 0.71% 0.65% -
HSV(B) 208.8º 0.55% 0.9% -
XYZ 34.04 36.98 79.47 -
YUV 156.41 168.97 90.62 -
System Red Green Blue C M Y K H S L
Decimal 104 169 229 0.55 0.26 0 0.10 208.8 0.71 0.65
Hex 68 A9 E5 37 1A 0 A D1 47 41
Octal 150 251 345 67 32 0 12 321 107 101
Binary 1101000 10101001 11100101 110111 11010 0 1010 11010001 1000111 1000001

Color Harmonies of #68A9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A9E5

Black with #68A9E5

Text Example


Text Example

White with #68A9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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