Html Css Color HEX #6FAEDB Malibu

📋 copy color: '#6FAEDB'

red 111 ◦ green 174 ◦ blue 219

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

Shades of Malibu #6FAEDB

Tints of Malibu #6FAEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.52%

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

R = 22.02%
G = 34.52%
B = 43.45%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FAEDB (or 0x6FAEDB) is known color: Malibu. HEX triplet: 6F, AE and DB. RGB value is (111,174,219). Sum of RGB (Red+Green+Blue) = 111+174+219=504 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.02% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FAEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAEDB is #905124. Grayscale: #A0A0A0. Windows color (decimal): -9457957 or 14397039. OLE color: 14397039.

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

Color convert

RGB 111 174 219 -
CMYK 0.49 0.21 0 0.14
HSL 205º 0.6% 0.65% -
HSV(B) 205º 0.49% 0.86% -
XYZ 34.48 38.77 72.68 -
YUV 160.29 161.13 92.84 -
System Red Green Blue C M Y K H S L
Decimal 111 174 219 0.49 0.21 0 0.14 205 0.6 0.65
Hex 6F AE DB 31 15 0 E CD 3C 41
Octal 157 256 333 61 25 0 16 315 74 101
Binary 1101111 10101110 11011011 110001 10101 0 1110 11001101 111100 1000001

Color Harmonies of #6FAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAEDB

Black with #6FAEDB

Text Example


Text Example

White with #6FAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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