Html Css Color HEX #6BABDA Malibu

📋 copy color: '#6BABDA'

red 107 ◦ green 171 ◦ blue 218

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

Shades of Malibu #6BABDA

Tints of Malibu #6BABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.95%

R = 21.57%
G = 34.48%
B = 43.95%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6BABDA (or 0x6BABDA) is known color: Malibu. HEX triplet: 6B, AB and DA. RGB value is (107,171,218). Sum of RGB (Red+Green+Blue) = 107+171+218=496 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.57% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #6BABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BABDA is #945425. Grayscale: #9C9C9C. Windows color (decimal): -9720870 or 14330731. OLE color: 14330731.

HSL color Cylindrical-coordinate representation of color #6BABDA: hue angle of 205.41º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BABDA is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 171 218 -
CMYK 0.51 0.22 0 0.15
HSL 205.41º 0.6% 0.64% -
HSV(B) 205.41º 0.51% 0.85% -
XYZ 33.28 37.31 71.78 -
YUV 157.22 162.3 92.18 -
System Red Green Blue C M Y K H S L
Decimal 107 171 218 0.51 0.22 0 0.15 205.41 0.6 0.64
Hex 6B AB DA 33 16 0 F CD 3C 40
Octal 153 253 332 63 26 0 17 315 74 100
Binary 1101011 10101011 11011010 110011 10110 0 1111 11001101 111100 1000000

Color Harmonies of #6BABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BABDA

Black with #6BABDA

Text Example


Text Example

White with #6BABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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