Html Css Color HEX #6BABDD Malibu

📋 copy color: '#6BABDD'

red 107 ◦ green 171 ◦ blue 221

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

Shades of Malibu #6BABDD

Tints of Malibu #6BABDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 21.44%
G = 34.27%
B = 44.29%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BABDD (or 0x6BABDD) is known color: Malibu. HEX triplet: 6B, AB and DD. RGB value is (107,171,221). Sum of RGB (Red+Green+Blue) = 107+171+221=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BABDD is #945422. Grayscale: #9D9D9D. Windows color (decimal): -9720867 or 14527339. OLE color: 14527339.

HSL color Cylindrical-coordinate representation of color #6BABDD: hue angle of 206.32º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BABDD is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 171 221 -
CMYK 0.52 0.23 0 0.13
HSL 206.32º 0.63% 0.64% -
HSV(B) 206.32º 0.52% 0.87% -
XYZ 33.68 37.47 73.86 -
YUV 157.56 163.8 91.93 -
System Red Green Blue C M Y K H S L
Decimal 107 171 221 0.52 0.23 0 0.13 206.32 0.63 0.64
Hex 6B AB DD 34 17 0 D CE 3F 40
Octal 153 253 335 64 27 0 15 316 77 100
Binary 1101011 10101011 11011101 110100 10111 0 1101 11001110 111111 1000000

Color Harmonies of #6BABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BABDD

Black with #6BABDD

Text Example


Text Example

White with #6BABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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