Html Css Color HEX #6FBCDB Malibu

📋 copy color: '#6FBCDB'

red 111 ◦ green 188 ◦ blue 219

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

Shades of Malibu #6FBCDB

Tints of Malibu #6FBCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 21.43%
G = 36.29%
B = 42.28%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FBCDB (or 0x6FBCDB) is known color: Malibu. HEX triplet: 6F, BC and DB. RGB value is (111,188,219). Sum of RGB (Red+Green+Blue) = 111+188+219=518 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.43% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FBCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCDB is #904324. Grayscale: #A8A8A8. Windows color (decimal): -9454373 or 14400623. OLE color: 14400623.

HSL color Cylindrical-coordinate representation of color #6FBCDB: hue angle of 197.22º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FBCDB is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 188 219 -
CMYK 0.49 0.14 0 0.14
HSL 197.22º 0.6% 0.65% -
HSV(B) 197.22º 0.49% 0.86% -
XYZ 37.32 44.46 73.63 -
YUV 168.51 156.49 86.98 -
System Red Green Blue C M Y K H S L
Decimal 111 188 219 0.49 0.14 0 0.14 197.22 0.6 0.65
Hex 6F BC DB 31 E 0 E C5 3C 41
Octal 157 274 333 61 16 0 16 305 74 101
Binary 1101111 10111100 11011011 110001 1110 0 1110 11000101 111100 1000001

Color Harmonies of #6FBCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBCDB

Black with #6FBCDB

Text Example


Text Example

White with #6FBCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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