Html Css Color HEX #6CBFDD Malibu

📋 copy color: '#6CBFDD'

red 108 ◦ green 191 ◦ blue 221

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

Shades of Malibu #6CBFDD

Tints of Malibu #6CBFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 36.73%

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

R = 20.77%
G = 36.73%
B = 42.5%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CBFDD (or 0x6CBFDD) is known color: Malibu. HEX triplet: 6C, BF and DD. RGB value is (108,191,221). Sum of RGB (Red+Green+Blue) = 108+191+221=520 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.77% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CBFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBFDD is #934022. Grayscale: #A9A9A9. Windows color (decimal): -9650211 or 14532460. OLE color: 14532460.

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

Color convert

RGB 108 191 221 -
CMYK 0.51 0.14 0 0.13
HSL 195.93º 0.62% 0.65% -
HSV(B) 195.93º 0.51% 0.87% -
XYZ 37.87 45.67 75.23 -
YUV 169.6 157 84.06 -
System Red Green Blue C M Y K H S L
Decimal 108 191 221 0.51 0.14 0 0.13 195.93 0.62 0.65
Hex 6C BF DD 33 E 0 D C4 3E 41
Octal 154 277 335 63 16 0 15 304 76 101
Binary 1101100 10111111 11011101 110011 1110 0 1101 11000100 111110 1000001

Color Harmonies of #6CBFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBFDD

Black with #6CBFDD

Text Example


Text Example

White with #6CBFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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