Html Css Color HEX #6FB7DB Malibu

📋 copy color: '#6FB7DB'

red 111 ◦ green 183 ◦ blue 219

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

Shades of Malibu #6FB7DB

Tints of Malibu #6FB7DB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.67%

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

R = 21.64%
G = 35.67%
B = 42.69%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FB7DB (or 0x6FB7DB) is known color: Malibu. HEX triplet: 6F, B7 and DB. RGB value is (111,183,219). Sum of RGB (Red+Green+Blue) = 111+183+219=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FB7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB7DB is #904824. Grayscale: #A5A5A5. Windows color (decimal): -9455653 or 14399343. OLE color: 14399343.

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

Color convert

RGB 111 183 219 -
CMYK 0.49 0.16 0 0.14
HSL 200º 0.6% 0.65% -
HSV(B) 200º 0.49% 0.86% -
XYZ 36.28 42.36 73.28 -
YUV 165.58 158.15 89.07 -
System Red Green Blue C M Y K H S L
Decimal 111 183 219 0.49 0.16 0 0.14 200 0.6 0.65
Hex 6F B7 DB 31 10 0 E C8 3C 41
Octal 157 267 333 61 20 0 16 310 74 101
Binary 1101111 10110111 11011011 110001 10000 0 1110 11001000 111100 1000001

Color Harmonies of #6FB7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB7DB

Black with #6FB7DB

Text Example


Text Example

White with #6FB7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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