Html Css Color HEX #6FBCDF Malibu

📋 copy color: '#6FBCDF'

red 111 ◦ green 188 ◦ blue 223

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

Shades of Malibu #6FBCDF

Tints of Malibu #6FBCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 21.26%
G = 36.02%
B = 42.72%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FBCDF (or 0x6FBCDF) is known color: Malibu. HEX triplet: 6F, BC and DF. RGB value is (111,188,223). Sum of RGB (Red+Green+Blue) = 111+188+223=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FBCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCDF is #904320. Grayscale: #A8A8A8. Windows color (decimal): -9454369 or 14662767. OLE color: 14662767.

HSL color Cylindrical-coordinate representation of color #6FBCDF: hue angle of 198.75º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FBCDF is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 188 223 -
CMYK 0.50 0.16 0 0.13
HSL 198.75º 0.64% 0.65% -
HSV(B) 198.75º 0.5% 0.87% -
XYZ 37.86 44.67 76.44 -
YUV 168.97 158.49 86.65 -
System Red Green Blue C M Y K H S L
Decimal 111 188 223 0.50 0.16 0 0.13 198.75 0.64 0.65
Hex 6F BC DF 32 10 0 D C7 40 41
Octal 157 274 337 62 20 0 15 307 100 101
Binary 1101111 10111100 11011111 110010 10000 0 1101 11000111 1000000 1000001

Color Harmonies of #6FBCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBCDF

Black with #6FBCDF

Text Example


Text Example

White with #6FBCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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