Html Css Color HEX #6BB1E0 Malibu

📋 copy color: '#6BB1E0'

red 107 ◦ green 177 ◦ blue 224

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

Shades of Malibu #6BB1E0

Tints of Malibu #6BB1E0

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.84%

 BLUE value IS 224 (87.89% from 255) = 44.09%

R = 21.06%
G = 34.84%
B = 44.09%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6BB1E0 (or 0x6BB1E0) is known color: Malibu. HEX triplet: 6B, B1 and E0. RGB value is (107,177,224). Sum of RGB (Red+Green+Blue) = 107+177+224=508 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.06% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #6BB1E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB1E0 is #944E1F. Grayscale: #A1A1A1. Windows color (decimal): -9719328 or 14725483. OLE color: 14725483.

HSL color Cylindrical-coordinate representation of color #6BB1E0: hue angle of 204.1º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BB1E0 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 107 177 224 -
CMYK 0.52 0.21 0 0.12
HSL 204.1º 0.65% 0.65% -
HSV(B) 204.1º 0.52% 0.88% -
XYZ 35.24 39.95 76.38 -
YUV 161.43 163.31 89.18 -
System Red Green Blue C M Y K H S L
Decimal 107 177 224 0.52 0.21 0 0.12 204.1 0.65 0.65
Hex 6B B1 E0 34 15 0 C CC 41 41
Octal 153 261 340 64 25 0 14 314 101 101
Binary 1101011 10110001 11100000 110100 10101 0 1100 11001100 1000001 1000001

Color Harmonies of #6BB1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB1E0

Black with #6BB1E0

Text Example


Text Example

White with #6BB1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,177,224); }

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

background-color css

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

 a { background-color: rgb(107,177,224); }

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

border-color css

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

 span { border-color: rgb(107,177,224); }

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