Html Css Color HEX #6CAEDC Malibu

📋 copy color: '#6CAEDC'

red 108 ◦ green 174 ◦ blue 220

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

Shades of Malibu #6CAEDC

Tints of Malibu #6CAEDC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.66%

 BLUE value IS 220 (86.33% from 255) = 43.82%

R = 21.51%
G = 34.66%
B = 43.82%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CAEDC (or 0x6CAEDC) is known color: Malibu. HEX triplet: 6C, AE and DC. RGB value is (108,174,220). Sum of RGB (Red+Green+Blue) = 108+174+220=502 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.51% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #6CAEDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAEDC is #935123. Grayscale: #9F9F9F. Windows color (decimal): -9654564 or 14462572. OLE color: 14462572.

HSL color Cylindrical-coordinate representation of color #6CAEDC: hue angle of 204.64º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CAEDC is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 174 220 -
CMYK 0.51 0.21 0 0.14
HSL 204.64º 0.62% 0.64% -
HSV(B) 204.64º 0.51% 0.86% -
XYZ 34.24 38.63 73.36 -
YUV 159.51 162.13 91.26 -
System Red Green Blue C M Y K H S L
Decimal 108 174 220 0.51 0.21 0 0.14 204.64 0.62 0.64
Hex 6C AE DC 33 15 0 E CD 3E 40
Octal 154 256 334 63 25 0 16 315 76 100
Binary 1101100 10101110 11011100 110011 10101 0 1110 11001101 111110 1000000

Color Harmonies of #6CAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAEDC

Black with #6CAEDC

Text Example


Text Example

White with #6CAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,174,220); }

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

background-color css

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

 a { background-color: rgb(108,174,220); }

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

border-color css

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

 span { border-color: rgb(108,174,220); }

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