Html Css Color HEX #6CBBDD Malibu

📋 copy color: '#6CBBDD'

red 108 ◦ green 187 ◦ blue 221

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

Shades of Malibu #6CBBDD

Tints of Malibu #6CBBDD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.24%

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 20.93%
G = 36.24%
B = 42.83%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CBBDD (or 0x6CBBDD) is known color: Malibu. HEX triplet: 6C, BB and DD. RGB value is (108,187,221). Sum of RGB (Red+Green+Blue) = 108+187+221=516 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.93% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CBBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBBDD is #934422. Grayscale: #A7A7A7. Windows color (decimal): -9651235 or 14531436. OLE color: 14531436.

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

Color convert

RGB 108 187 221 -
CMYK 0.51 0.15 0 0.13
HSL 198.05º 0.62% 0.65% -
HSV(B) 198.05º 0.51% 0.87% -
XYZ 37.01 43.95 74.94 -
YUV 167.26 158.33 85.74 -
System Red Green Blue C M Y K H S L
Decimal 108 187 221 0.51 0.15 0 0.13 198.05 0.62 0.65
Hex 6C BB DD 33 F 0 D C6 3E 41
Octal 154 273 335 63 17 0 15 306 76 101
Binary 1101100 10111011 11011101 110011 1111 0 1101 11000110 111110 1000001

Color Harmonies of #6CBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBBDD

Black with #6CBBDD

Text Example


Text Example

White with #6CBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,187,221); }

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

background-color css

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

 a { background-color: rgb(108,187,221); }

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

border-color css

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

 span { border-color: rgb(108,187,221); }

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