Html Css Color HEX #6CBFDC Malibu

📋 copy color: '#6CBFDC'

red 108 ◦ green 191 ◦ blue 220

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

Shades of Malibu #6CBFDC

Tints of Malibu #6CBFDC

RGB

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

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

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

R = 20.81%
G = 36.8%
B = 42.39%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CBFDC (or 0x6CBFDC) is known color: Malibu. HEX triplet: 6C, BF and DC. RGB value is (108,191,220). Sum of RGB (Red+Green+Blue) = 108+191+220=519 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.81% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #6CBFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBFDC is #934023. Grayscale: #A9A9A9. Windows color (decimal): -9650212 or 14466924. OLE color: 14466924.

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

Color convert

RGB 108 191 220 -
CMYK 0.51 0.13 0 0.14
HSL 195.54º 0.62% 0.64% -
HSV(B) 195.54º 0.51% 0.86% -
XYZ 37.73 45.62 74.53 -
YUV 169.49 156.5 84.14 -
System Red Green Blue C M Y K H S L
Decimal 108 191 220 0.51 0.13 0 0.14 195.54 0.62 0.64
Hex 6C BF DC 33 D 0 E C4 3E 40
Octal 154 277 334 63 15 0 16 304 76 100
Binary 1101100 10111111 11011100 110011 1101 0 1110 11000100 111110 1000000

Color Harmonies of #6CBFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBFDC

Black with #6CBFDC

Text Example


Text Example

White with #6CBFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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