Html Css Color HEX #6CBEDC Malibu

📋 copy color: '#6CBEDC'

red 108 ◦ green 190 ◦ blue 220

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

Shades of Malibu #6CBEDC

Tints of Malibu #6CBEDC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.68%

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

R = 20.85%
G = 36.68%
B = 42.47%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CBEDC (or 0x6CBEDC) is known color: Malibu. HEX triplet: 6C, BE and DC. RGB value is (108,190,220). Sum of RGB (Red+Green+Blue) = 108+190+220=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #6CBEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBEDC is #934123. Grayscale: #A8A8A8. Windows color (decimal): -9650468 or 14466668. OLE color: 14466668.

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

Color convert

RGB 108 190 220 -
CMYK 0.51 0.14 0 0.14
HSL 196.07º 0.62% 0.64% -
HSV(B) 196.07º 0.51% 0.86% -
XYZ 37.52 45.18 74.45 -
YUV 168.9 156.83 84.56 -
System Red Green Blue C M Y K H S L
Decimal 108 190 220 0.51 0.14 0 0.14 196.07 0.62 0.64
Hex 6C BE DC 33 E 0 E C4 3E 40
Octal 154 276 334 63 16 0 16 304 76 100
Binary 1101100 10111110 11011100 110011 1110 0 1110 11000100 111110 1000000

Color Harmonies of #6CBEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBEDC

Black with #6CBEDC

Text Example


Text Example

White with #6CBEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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