Html Css Color HEX #6FBCDC Malibu

📋 copy color: '#6FBCDC'

red 111 ◦ green 188 ◦ blue 220

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

Shades of Malibu #6FBCDC

Tints of Malibu #6FBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.22%

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 21.39%
G = 36.22%
B = 42.39%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FBCDC (or 0x6FBCDC) is known color: Malibu. HEX triplet: 6F, BC and DC. RGB value is (111,188,220). Sum of RGB (Red+Green+Blue) = 111+188+220=519 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.39% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FBCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCDC is #904323. Grayscale: #A8A8A8. Windows color (decimal): -9454372 or 14466159. OLE color: 14466159.

HSL color Cylindrical-coordinate representation of color #6FBCDC: hue angle of 197.61º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FBCDC is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 188 220 -
CMYK 0.50 0.15 0 0.14
HSL 197.61º 0.61% 0.65% -
HSV(B) 197.61º 0.5% 0.86% -
XYZ 37.46 44.51 74.33 -
YUV 168.63 156.99 86.9 -
System Red Green Blue C M Y K H S L
Decimal 111 188 220 0.50 0.15 0 0.14 197.61 0.61 0.65
Hex 6F BC DC 32 F 0 E C6 3D 41
Octal 157 274 334 62 17 0 16 306 75 101
Binary 1101111 10111100 11011100 110010 1111 0 1110 11000110 111101 1000001

Color Harmonies of #6FBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBCDC

Black with #6FBCDC

Text Example


Text Example

White with #6FBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,188,220); }

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

background-color css

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

 a { background-color: rgb(111,188,220); }

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

border-color css

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

 span { border-color: rgb(111,188,220); }

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