Html Css Color HEX #6FB0DC Malibu

📋 copy color: '#6FB0DC'

red 111 ◦ green 176 ◦ blue 220

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

Shades of Malibu #6FB0DC

Tints of Malibu #6FB0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.71%

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

R = 21.89%
G = 34.71%
B = 43.39%

CMYK

 C value IS 0.50

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FB0DC (or 0x6FB0DC) is known color: Malibu. HEX triplet: 6F, B0 and DC. RGB value is (111,176,220). Sum of RGB (Red+Green+Blue) = 111+176+220=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FB0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB0DC is #904F23. Grayscale: #A1A1A1. Windows color (decimal): -9457444 or 14463087. OLE color: 14463087.

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

Color convert

RGB 111 176 220 -
CMYK 0.50 0.2 0 0.14
HSL 204.22º 0.61% 0.65% -
HSV(B) 204.22º 0.5% 0.86% -
XYZ 35 39.6 73.51 -
YUV 161.58 160.97 91.92 -
System Red Green Blue C M Y K H S L
Decimal 111 176 220 0.50 0.2 0 0.14 204.22 0.61 0.65
Hex 6F B0 DC 32 14 0 E CC 3D 41
Octal 157 260 334 62 24 0 16 314 75 101
Binary 1101111 10110000 11011100 110010 10100 0 1110 11001100 111101 1000001

Color Harmonies of #6FB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB0DC

Black with #6FB0DC

Text Example


Text Example

White with #6FB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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