Html Css Color HEX #6BADE0 Malibu

📋 copy color: '#6BADE0'

red 107 ◦ green 173 ◦ blue 224

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

Shades of Malibu #6BADE0

Tints of Malibu #6BADE0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.33%

 BLUE value IS 224 (87.89% from 255) = 44.44%

R = 21.23%
G = 34.33%
B = 44.44%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6BADE0 (or 0x6BADE0) is known color: Malibu. HEX triplet: 6B, AD and E0. RGB value is (107,173,224). Sum of RGB (Red+Green+Blue) = 107+173+224=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #6BADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BADE0 is #94521F. Grayscale: #9E9E9E. Windows color (decimal): -9720352 or 14724459. OLE color: 14724459.

HSL color Cylindrical-coordinate representation of color #6BADE0: hue angle of 206.15º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BADE0 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 107 173 224 -
CMYK 0.52 0.23 0 0.12
HSL 206.15º 0.65% 0.65% -
HSV(B) 206.15º 0.52% 0.88% -
XYZ 34.46 38.39 76.12 -
YUV 159.08 164.63 90.85 -
System Red Green Blue C M Y K H S L
Decimal 107 173 224 0.52 0.23 0 0.12 206.15 0.65 0.65
Hex 6B AD E0 34 17 0 C CE 41 41
Octal 153 255 340 64 27 0 14 316 101 101
Binary 1101011 10101101 11100000 110100 10111 0 1100 11001110 1000001 1000001

Color Harmonies of #6BADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BADE0

Black with #6BADE0

Text Example


Text Example

White with #6BADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,173,224); }

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

background-color css

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

 a { background-color: rgb(107,173,224); }

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

border-color css

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

 span { border-color: rgb(107,173,224); }

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