Html Css Color HEX #6BABE0 Malibu

📋 copy color: '#6BABE0'

red 107 ◦ green 171 ◦ blue 224

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

Shades of Malibu #6BABE0

Tints of Malibu #6BABE0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.06%

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

R = 21.31%
G = 34.06%
B = 44.62%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6BABE0 (or 0x6BABE0) is known color: Malibu. HEX triplet: 6B, AB and E0. RGB value is (107,171,224). Sum of RGB (Red+Green+Blue) = 107+171+224=502 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.31% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #6BABE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BABE0 is #94541F. Grayscale: #9D9D9D. Windows color (decimal): -9720864 or 14723947. OLE color: 14723947.

HSL color Cylindrical-coordinate representation of color #6BABE0: hue angle of 207.18º 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 #6BABE0 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 107 171 224 -
CMYK 0.52 0.24 0 0.12
HSL 207.18º 0.65% 0.65% -
HSV(B) 207.18º 0.52% 0.88% -
XYZ 34.08 37.63 75.99 -
YUV 157.91 165.3 91.69 -
System Red Green Blue C M Y K H S L
Decimal 107 171 224 0.52 0.24 0 0.12 207.18 0.65 0.65
Hex 6B AB E0 34 18 0 C CF 41 41
Octal 153 253 340 64 30 0 14 317 101 101
Binary 1101011 10101011 11100000 110100 11000 0 1100 11001111 1000001 1000001

Color Harmonies of #6BABE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BABE0

Black with #6BABE0

Text Example


Text Example

White with #6BABE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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