Html Css Color HEX #6BBADD Malibu

📋 copy color: '#6BBADD'

red 107 ◦ green 186 ◦ blue 221

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

Shades of Malibu #6BBADD

Tints of Malibu #6BBADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.19%

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

R = 20.82%
G = 36.19%
B = 43%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BBADD (or 0x6BBADD) is known color: Malibu. HEX triplet: 6B, BA and DD. RGB value is (107,186,221). Sum of RGB (Red+Green+Blue) = 107+186+221=514 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.82% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BBADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBADD is #944522. Grayscale: #A6A6A6. Windows color (decimal): -9717027 or 14531179. OLE color: 14531179.

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

Color convert

RGB 107 186 221 -
CMYK 0.52 0.16 0 0.13
HSL 198.42º 0.63% 0.64% -
HSV(B) 198.42º 0.52% 0.87% -
XYZ 36.67 43.46 74.86 -
YUV 166.37 158.83 85.65 -
System Red Green Blue C M Y K H S L
Decimal 107 186 221 0.52 0.16 0 0.13 198.42 0.63 0.64
Hex 6B BA DD 34 10 0 D C6 3F 40
Octal 153 272 335 64 20 0 15 306 77 100
Binary 1101011 10111010 11011101 110100 10000 0 1101 11000110 111111 1000000

Color Harmonies of #6BBADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBADD

Black with #6BBADD

Text Example


Text Example

White with #6BBADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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