Html Css Color HEX #6CB5DC Malibu

📋 copy color: '#6CB5DC'

red 108 ◦ green 181 ◦ blue 220

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

Shades of Malibu #6CB5DC

Tints of Malibu #6CB5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.56%

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

R = 21.22%
G = 35.56%
B = 43.22%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CB5DC (or 0x6CB5DC) is known color: Malibu. HEX triplet: 6C, B5 and DC. RGB value is (108,181,220). Sum of RGB (Red+Green+Blue) = 108+181+220=509 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.22% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #6CB5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB5DC is #934A23. Grayscale: #A3A3A3. Windows color (decimal): -9652772 or 14464364. OLE color: 14464364.

HSL color Cylindrical-coordinate representation of color #6CB5DC: hue angle of 200.89º 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 #6CB5DC is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 181 220 -
CMYK 0.51 0.18 0 0.14
HSL 200.89º 0.62% 0.64% -
HSV(B) 200.89º 0.51% 0.86% -
XYZ 35.63 41.4 73.82 -
YUV 163.62 159.82 88.33 -
System Red Green Blue C M Y K H S L
Decimal 108 181 220 0.51 0.18 0 0.14 200.89 0.62 0.64
Hex 6C B5 DC 33 12 0 E C9 3E 40
Octal 154 265 334 63 22 0 16 311 76 100
Binary 1101100 10110101 11011100 110011 10010 0 1110 11001001 111110 1000000

Color Harmonies of #6CB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB5DC

Black with #6CB5DC

Text Example


Text Example

White with #6CB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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