Html Css Color HEX #6FBADD Malibu

📋 copy color: '#6FBADD'

red 111 ◦ green 186 ◦ blue 221

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

Shades of Malibu #6FBADD

Tints of Malibu #6FBADD

RGB

 RED value IS 111 (43.75% from 255) = 21.43%

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

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

R = 21.43%
G = 35.91%
B = 42.66%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FBADD (or 0x6FBADD) is known color: Malibu. HEX triplet: 6F, BA and DD. RGB value is (111,186,221). Sum of RGB (Red+Green+Blue) = 111+186+221=518 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.43% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FBADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBADD is #904522. Grayscale: #A7A7A7. Windows color (decimal): -9454883 or 14531183. OLE color: 14531183.

HSL color Cylindrical-coordinate representation of color #6FBADD: hue angle of 199.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FBADD is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 186 221 -
CMYK 0.50 0.16 0 0.13
HSL 199.09º 0.62% 0.65% -
HSV(B) 199.09º 0.5% 0.87% -
XYZ 37.17 43.72 74.89 -
YUV 167.57 158.15 87.65 -
System Red Green Blue C M Y K H S L
Decimal 111 186 221 0.50 0.16 0 0.13 199.09 0.62 0.65
Hex 6F BA DD 32 10 0 D C7 3E 41
Octal 157 272 335 62 20 0 15 307 76 101
Binary 1101111 10111010 11011101 110010 10000 0 1101 11000111 111110 1000001

Color Harmonies of #6FBADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBADD

Black with #6FBADD

Text Example


Text Example

White with #6FBADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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