Html Css Color HEX #68AFE6 Malibu

📋 copy color: '#68AFE6'

red 104 ◦ green 175 ◦ blue 230

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

Shades of Malibu #68AFE6

Tints of Malibu #68AFE6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.38%

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

R = 20.43%
G = 34.38%
B = 45.19%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#68AFE6 (or 0x68AFE6) is known color: Malibu. HEX triplet: 68, AF and E6. RGB value is (104,175,230). Sum of RGB (Red+Green+Blue) = 104+175+230=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #68AFE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AFE6 is #975019. Grayscale: #9F9F9F. Windows color (decimal): -9916442 or 15118184. OLE color: 15118184.

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

Color convert

RGB 104 175 230 -
CMYK 0.55 0.24 0 0.10
HSL 206.19º 0.72% 0.65% -
HSV(B) 206.19º 0.55% 0.9% -
XYZ 35.32 39.32 80.59 -
YUV 160.04 167.48 88.03 -
System Red Green Blue C M Y K H S L
Decimal 104 175 230 0.55 0.24 0 0.10 206.19 0.72 0.65
Hex 68 AF E6 37 18 0 A CE 48 41
Octal 150 257 346 67 30 0 12 316 110 101
Binary 1101000 10101111 11100110 110111 11000 0 1010 11001110 1001000 1000001

Color Harmonies of #68AFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AFE6

Black with #68AFE6

Text Example


Text Example

White with #68AFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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