Html Css Color HEX #6CACDF Malibu

📋 copy color: '#6CACDF'

red 108 ◦ green 172 ◦ blue 223

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

Shades of Malibu #6CACDF

Tints of Malibu #6CACDF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.19%

 BLUE value IS 223 (87.5% from 255) = 44.33%

R = 21.47%
G = 34.19%
B = 44.33%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CACDF (or 0x6CACDF) is known color: Malibu. HEX triplet: 6C, AC and DF. RGB value is (108,172,223). Sum of RGB (Red+Green+Blue) = 108+172+223=503 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.47% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CACDF is #935320. Grayscale: #9E9E9E. Windows color (decimal): -9655073 or 14658668. OLE color: 14658668.

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

Color convert

RGB 108 172 223 -
CMYK 0.52 0.23 0 0.13
HSL 206.61º 0.64% 0.65% -
HSV(B) 206.61º 0.52% 0.87% -
XYZ 34.26 38.02 75.35 -
YUV 158.68 164.3 91.85 -
System Red Green Blue C M Y K H S L
Decimal 108 172 223 0.52 0.23 0 0.13 206.61 0.64 0.65
Hex 6C AC DF 34 17 0 D CF 40 41
Octal 154 254 337 64 27 0 15 317 100 101
Binary 1101100 10101100 11011111 110100 10111 0 1101 11001111 1000000 1000001

Color Harmonies of #6CACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CACDF

Black with #6CACDF

Text Example


Text Example

White with #6CACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,172,223); }

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

background-color css

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

 a { background-color: rgb(108,172,223); }

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

border-color css

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

 span { border-color: rgb(108,172,223); }

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