Html Css Color HEX #6FBFDC Malibu

📋 copy color: '#6FBFDC'

red 111 ◦ green 191 ◦ blue 220

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

Shades of Malibu #6FBFDC

Tints of Malibu #6FBFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 36.59%

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

R = 21.26%
G = 36.59%
B = 42.15%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FBFDC (or 0x6FBFDC) is known color: Malibu. HEX triplet: 6F, BF and DC. RGB value is (111,191,220). Sum of RGB (Red+Green+Blue) = 111+191+220=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FBFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFDC is #904023. Grayscale: #AAAAAA. Windows color (decimal): -9453604 or 14466927. OLE color: 14466927.

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

Color convert

RGB 111 191 220 -
CMYK 0.50 0.13 0 0.14
HSL 195.96º 0.61% 0.65% -
HSV(B) 195.96º 0.5% 0.86% -
XYZ 38.1 45.81 74.54 -
YUV 170.39 156 85.64 -
System Red Green Blue C M Y K H S L
Decimal 111 191 220 0.50 0.13 0 0.14 195.96 0.61 0.65
Hex 6F BF DC 32 D 0 E C4 3D 41
Octal 157 277 334 62 15 0 16 304 75 101
Binary 1101111 10111111 11011100 110010 1101 0 1110 11000100 111101 1000001

Color Harmonies of #6FBFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBFDC

Black with #6FBFDC

Text Example


Text Example

White with #6FBFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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