Html Css Color HEX #6FB7DC Malibu

📋 copy color: '#6FB7DC'

red 111 ◦ green 183 ◦ blue 220

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

Shades of Malibu #6FB7DC

Tints of Malibu #6FB7DC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.6%

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

R = 21.6%
G = 35.6%
B = 42.8%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FB7DC (or 0x6FB7DC) is known color: Malibu. HEX triplet: 6F, B7 and DC. RGB value is (111,183,220). Sum of RGB (Red+Green+Blue) = 111+183+220=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FB7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB7DC is #904823. Grayscale: #A5A5A5. Windows color (decimal): -9455652 or 14464879. OLE color: 14464879.

HSL color Cylindrical-coordinate representation of color #6FB7DC: hue angle of 200.37º 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 #6FB7DC is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 183 220 -
CMYK 0.50 0.17 0 0.14
HSL 200.37º 0.61% 0.65% -
HSV(B) 200.37º 0.5% 0.86% -
XYZ 36.41 42.41 73.98 -
YUV 165.69 158.65 88.99 -
System Red Green Blue C M Y K H S L
Decimal 111 183 220 0.50 0.17 0 0.14 200.37 0.61 0.65
Hex 6F B7 DC 32 11 0 E C8 3D 41
Octal 157 267 334 62 21 0 16 310 75 101
Binary 1101111 10110111 11011100 110010 10001 0 1110 11001000 111101 1000001

Color Harmonies of #6FB7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB7DC

Black with #6FB7DC

Text Example


Text Example

White with #6FB7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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