Html Css Color HEX #6BAEDB Malibu

📋 copy color: '#6BAEDB'

red 107 ◦ green 174 ◦ blue 219

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

Shades of Malibu #6BAEDB

Tints of Malibu #6BAEDB

RGB

 RED value IS 107 (42.19% from 255) = 21.4%

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

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

R = 21.4%
G = 34.8%
B = 43.8%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6BAEDB (or 0x6BAEDB) is known color: Malibu. HEX triplet: 6B, AE and DB. RGB value is (107,174,219). Sum of RGB (Red+Green+Blue) = 107+174+219=500 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.4% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BAEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAEDB is #945124. Grayscale: #9E9E9E. Windows color (decimal): -9720101 or 14397035. OLE color: 14397035.

HSL color Cylindrical-coordinate representation of color #6BAEDB: hue angle of 204.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BAEDB is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 174 219 -
CMYK 0.51 0.21 0 0.14
HSL 204.11º 0.61% 0.64% -
HSV(B) 204.11º 0.51% 0.86% -
XYZ 33.99 38.51 72.66 -
YUV 159.1 161.8 90.84 -
System Red Green Blue C M Y K H S L
Decimal 107 174 219 0.51 0.21 0 0.14 204.11 0.61 0.64
Hex 6B AE DB 33 15 0 E CC 3D 40
Octal 153 256 333 63 25 0 16 314 75 100
Binary 1101011 10101110 11011011 110011 10101 0 1110 11001100 111101 1000000

Color Harmonies of #6BAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAEDB

Black with #6BAEDB

Text Example


Text Example

White with #6BAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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