Html Css Color HEX #6CABDA Malibu

📋 copy color: '#6CABDA'

red 108 ◦ green 171 ◦ blue 218

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

Shades of Malibu #6CABDA

Tints of Malibu #6CABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.41%

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 21.73%
G = 34.41%
B = 43.86%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6CABDA (or 0x6CABDA) is known color: Malibu. HEX triplet: 6C, AB and DA. RGB value is (108,171,218). Sum of RGB (Red+Green+Blue) = 108+171+218=497 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.73% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #6CABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CABDA is #935425. Grayscale: #9D9D9D. Windows color (decimal): -9655334 or 14330732. OLE color: 14330732.

HSL color Cylindrical-coordinate representation of color #6CABDA: hue angle of 205.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CABDA is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 171 218 -
CMYK 0.50 0.22 0 0.15
HSL 205.64º 0.6% 0.64% -
HSV(B) 205.64º 0.5% 0.85% -
XYZ 33.4 37.38 71.78 -
YUV 157.52 162.13 92.68 -
System Red Green Blue C M Y K H S L
Decimal 108 171 218 0.50 0.22 0 0.15 205.64 0.6 0.64
Hex 6C AB DA 32 16 0 F CE 3C 40
Octal 154 253 332 62 26 0 17 316 74 100
Binary 1101100 10101011 11011010 110010 10110 0 1111 11001110 111100 1000000

Color Harmonies of #6CABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CABDA

Black with #6CABDA

Text Example


Text Example

White with #6CABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,171,218); }

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

background-color css

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

 a { background-color: rgb(108,171,218); }

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

border-color css

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

 span { border-color: rgb(108,171,218); }

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