Html Css Color HEX #6BC1EC Malibu

📋 copy color: '#6BC1EC'

red 107 ◦ green 193 ◦ blue 236

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

Shades of Malibu #6BC1EC

Tints of Malibu #6BC1EC

RGB

 RED value IS 107 (42.19% from 255) = 19.96%

 GREEN value IS 193 (75.78% from 255) = 36.01%

 BLUE value IS 236 (92.58% from 255) = 44.03%

R = 19.96%
G = 36.01%
B = 44.03%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6BC1EC (or 0x6BC1EC) is known color: Malibu. HEX triplet: 6B, C1 and EC. RGB value is (107,193,236). Sum of RGB (Red+Green+Blue) = 107+193+236=536 (70% of max value = 765). Red value is 107 (42.19% from 255 or 19.96% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #6BC1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BC1EC is #943E13. Grayscale: #ABABAB. Windows color (decimal): -9715220 or 15516011. OLE color: 15516011.

HSL color Cylindrical-coordinate representation of color #6BC1EC: hue angle of 200º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BC1EC is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 193 236 -
CMYK 0.55 0.18 0 0.07
HSL 200º 0.77% 0.67% -
HSV(B) 200º 0.55% 0.93% -
XYZ 40.27 47.32 86.37 -
YUV 172.19 164.01 81.5 -
System Red Green Blue C M Y K H S L
Decimal 107 193 236 0.55 0.18 0 0.07 200 0.77 0.67
Hex 6B C1 EC 37 12 0 7 C8 4D 43
Octal 153 301 354 67 22 0 7 310 115 103
Binary 1101011 11000001 11101100 110111 10010 0 111 11001000 1001101 1000011

Color Harmonies of #6BC1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC1EC

Black with #6BC1EC

Text Example


Text Example

White with #6BC1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,193,236); }

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

background-color css

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

 a { background-color: rgb(107,193,236); }

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

border-color css

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

 span { border-color: rgb(107,193,236); }

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