Html Css Color HEX #6BACDD Malibu

📋 copy color: '#6BACDD'

red 107 ◦ green 172 ◦ blue 221

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

Shades of Malibu #6BACDD

Tints of Malibu #6BACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.4%

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

R = 21.4%
G = 34.4%
B = 44.2%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BACDD (or 0x6BACDD) is known color: Malibu. HEX triplet: 6B, AC and DD. RGB value is (107,172,221). Sum of RGB (Red+Green+Blue) = 107+172+221=500 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BACDD is #945322. Grayscale: #9D9D9D. Windows color (decimal): -9720611 or 14527595. OLE color: 14527595.

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

Color convert

RGB 107 172 221 -
CMYK 0.52 0.22 0 0.13
HSL 205.79º 0.63% 0.64% -
HSV(B) 205.79º 0.52% 0.87% -
XYZ 33.87 37.85 73.93 -
YUV 158.15 163.47 91.52 -
System Red Green Blue C M Y K H S L
Decimal 107 172 221 0.52 0.22 0 0.13 205.79 0.63 0.64
Hex 6B AC DD 34 16 0 D CE 3F 40
Octal 153 254 335 64 26 0 15 316 77 100
Binary 1101011 10101100 11011101 110100 10110 0 1101 11001110 111111 1000000

Color Harmonies of #6BACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BACDD

Black with #6BACDD

Text Example


Text Example

White with #6BACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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