Html Css Color HEX #6FB1DC Malibu

📋 copy color: '#6FB1DC'

red 111 ◦ green 177 ◦ blue 220

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

Shades of Malibu #6FB1DC

Tints of Malibu #6FB1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.84%

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

R = 21.85%
G = 34.84%
B = 43.31%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FB1DC (or 0x6FB1DC) is known color: Malibu. HEX triplet: 6F, B1 and DC. RGB value is (111,177,220). Sum of RGB (Red+Green+Blue) = 111+177+220=508 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.85% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FB1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB1DC is #904E23. Grayscale: #A1A1A1. Windows color (decimal): -9457188 or 14463343. OLE color: 14463343.

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

Color convert

RGB 111 177 220 -
CMYK 0.50 0.20 0 0.14
HSL 203.67º 0.61% 0.65% -
HSV(B) 203.67º 0.5% 0.86% -
XYZ 35.2 39.99 73.57 -
YUV 162.17 160.63 91.5 -
System Red Green Blue C M Y K H S L
Decimal 111 177 220 0.50 0.20 0 0.14 203.67 0.61 0.65
Hex 6F B1 DC 32 14 0 E CC 3D 41
Octal 157 261 334 62 24 0 16 314 75 101
Binary 1101111 10110001 11011100 110010 10100 0 1110 11001100 111101 1000001

Color Harmonies of #6FB1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB1DC

Black with #6FB1DC

Text Example


Text Example

White with #6FB1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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