Html Css Color HEX #68AAE6 Malibu

📋 copy color: '#68AAE6'

red 104 ◦ green 170 ◦ blue 230

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

Shades of Malibu #68AAE6

Tints of Malibu #68AAE6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.73%

 BLUE value IS 230 (90.23% from 255) = 45.63%

R = 20.63%
G = 33.73%
B = 45.63%

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

#68AAE6 (or 0x68AAE6) is known color: Malibu. HEX triplet: 68, AA and E6. RGB value is (104,170,230). Sum of RGB (Red+Green+Blue) = 104+170+230=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #68AAE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AAE6 is #975519. Grayscale: #9C9C9C. Windows color (decimal): -9917722 or 15116904. OLE color: 15116904.

HSL color Cylindrical-coordinate representation of color #68AAE6: hue angle of 208.57º degrees, saturation: 0.72, 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 #68AAE6 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 104 170 230 -
CMYK 0.55 0.26 0 0.10
HSL 208.57º 0.72% 0.65% -
HSV(B) 208.57º 0.55% 0.9% -
XYZ 34.37 37.41 80.27 -
YUV 157.11 169.13 90.12 -
System Red Green Blue C M Y K H S L
Decimal 104 170 230 0.55 0.26 0 0.10 208.57 0.72 0.65
Hex 68 AA E6 37 1A 0 A D1 48 41
Octal 150 252 346 67 32 0 12 321 110 101
Binary 1101000 10101010 11100110 110111 11010 0 1010 11010001 1001000 1000001

Color Harmonies of #68AAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AAE6

Black with #68AAE6

Text Example


Text Example

White with #68AAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,170,230); }

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

background-color css

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

 a { background-color: rgb(104,170,230); }

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

border-color css

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

 span { border-color: rgb(104,170,230); }

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