Html Css Color HEX #6BB0EC Malibu

📋 copy color: '#6BB0EC'

red 107 ◦ green 176 ◦ blue 236

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

Shades of Malibu #6BB0EC

Tints of Malibu #6BB0EC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.91%

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

R = 20.62%
G = 33.91%
B = 45.47%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6BB0EC (or 0x6BB0EC) is known color: Malibu. HEX triplet: 6B, B0 and EC. RGB value is (107,176,236). Sum of RGB (Red+Green+Blue) = 107+176+236=519 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.62% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #6BB0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BB0EC is #944F13. Grayscale: #A1A1A1. Windows color (decimal): -9719572 or 15511659. OLE color: 15511659.

HSL color Cylindrical-coordinate representation of color #6BB0EC: hue angle of 207.91º 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 #6BB0EC is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 176 236 -
CMYK 0.55 0.25 0 0.07
HSL 207.91º 0.77% 0.67% -
HSV(B) 207.91º 0.55% 0.93% -
XYZ 36.73 40.23 85.19 -
YUV 162.21 169.64 88.62 -
System Red Green Blue C M Y K H S L
Decimal 107 176 236 0.55 0.25 0 0.07 207.91 0.77 0.67
Hex 6B B0 EC 37 19 0 7 D0 4D 43
Octal 153 260 354 67 31 0 7 320 115 103
Binary 1101011 10110000 11101100 110111 11001 0 111 11010000 1001101 1000011

Color Harmonies of #6BB0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB0EC

Black with #6BB0EC

Text Example


Text Example

White with #6BB0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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