Html Css Color HEX #68C6DE Malibu

📋 copy color: '#68C6DE'

red 104 ◦ green 198 ◦ blue 222

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

Shades of Malibu #68C6DE

Tints of Malibu #68C6DE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.79%

 BLUE value IS 222 (87.11% from 255) = 42.37%

R = 19.85%
G = 37.79%
B = 42.37%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68C6DE (or 0x68C6DE) is known color: Malibu. HEX triplet: 68, C6 and DE. RGB value is (104,198,222). Sum of RGB (Red+Green+Blue) = 104+198+222=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #68C6DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C6DE is #973921. Grayscale: #ACACAC. Windows color (decimal): -9910562 or 14599784. OLE color: 14599784.

HSL color Cylindrical-coordinate representation of color #68C6DE: hue angle of 192.2º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68C6DE is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 198 222 -
CMYK 0.53 0.11 0 0.13
HSL 192.2º 0.64% 0.64% -
HSV(B) 192.2º 0.53% 0.87% -
XYZ 39.09 48.61 76.43 -
YUV 172.63 155.86 79.05 -
System Red Green Blue C M Y K H S L
Decimal 104 198 222 0.53 0.11 0 0.13 192.2 0.64 0.64
Hex 68 C6 DE 35 B 0 D C0 40 40
Octal 150 306 336 65 13 0 15 300 100 100
Binary 1101000 11000110 11011110 110101 1011 0 1101 11000000 1000000 1000000

Color Harmonies of #68C6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C6DE

Black with #68C6DE

Text Example


Text Example

White with #68C6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,198,222); }

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

background-color css

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

 a { background-color: rgb(104,198,222); }

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

border-color css

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

 span { border-color: rgb(104,198,222); }

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