Html Css Color HEX #6CADE0 Malibu

📋 copy color: '#6CADE0'

red 108 ◦ green 173 ◦ blue 224

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

Shades of Malibu #6CADE0

Tints of Malibu #6CADE0

RGB

 RED value IS 108 (42.58% from 255) = 21.39%

 GREEN value IS 173 (67.97% from 255) = 34.26%

 BLUE value IS 224 (87.89% from 255) = 44.36%

R = 21.39%
G = 34.26%
B = 44.36%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6CADE0 (or 0x6CADE0) is known color: Malibu. HEX triplet: 6C, AD and E0. RGB value is (108,173,224). Sum of RGB (Red+Green+Blue) = 108+173+224=505 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.39% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #6CADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CADE0 is #93521F. Grayscale: #9F9F9F. Windows color (decimal): -9654816 or 14724460. OLE color: 14724460.

HSL color Cylindrical-coordinate representation of color #6CADE0: hue angle of 206.38º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CADE0 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 108 173 224 -
CMYK 0.52 0.23 0 0.12
HSL 206.38º 0.65% 0.65% -
HSV(B) 206.38º 0.52% 0.88% -
XYZ 34.58 38.46 76.12 -
YUV 159.38 164.47 91.35 -
System Red Green Blue C M Y K H S L
Decimal 108 173 224 0.52 0.23 0 0.12 206.38 0.65 0.65
Hex 6C AD E0 34 17 0 C CE 41 41
Octal 154 255 340 64 27 0 14 316 101 101
Binary 1101100 10101101 11100000 110100 10111 0 1100 11001110 1000001 1000001

Color Harmonies of #6CADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CADE0

Black with #6CADE0

Text Example


Text Example

White with #6CADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CADE0; }

 p { color: rgb(108,173,224); }

 H1.HeaderClassName
 {
   color: #6CADE0;
 }
 .AnyTagClassName
 {
   color: #6CADE0;
 }
</style>

background-color css

<style>
 a { background-color: #6CADE0; }

 a { background-color: rgb(108,173,224); }

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

border-color css

<style>
 span { border-color: #6CADE0; }

 span { border-color: rgb(108,173,224); }

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