Html Css Color HEX #6BADDC Malibu

📋 copy color: '#6BADDC'

red 107 ◦ green 173 ◦ blue 220

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

Shades of Malibu #6BADDC

Tints of Malibu #6BADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44%

R = 21.4%
G = 34.6%
B = 44%

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

#6BADDC (or 0x6BADDC) is known color: Malibu. HEX triplet: 6B, AD and DC. RGB value is (107,173,220). Sum of RGB (Red+Green+Blue) = 107+173+220=500 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.4% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BADDC is #945223. Grayscale: #9E9E9E. Windows color (decimal): -9720356 or 14462315. OLE color: 14462315.

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

Color convert

RGB 107 173 220 -
CMYK 0.51 0.21 0 0.14
HSL 204.96º 0.62% 0.64% -
HSV(B) 204.96º 0.51% 0.86% -
XYZ 33.93 38.18 73.29 -
YUV 158.62 162.63 91.18 -
System Red Green Blue C M Y K H S L
Decimal 107 173 220 0.51 0.21 0 0.14 204.96 0.62 0.64
Hex 6B AD DC 33 15 0 E CD 3E 40
Octal 153 255 334 63 25 0 16 315 76 100
Binary 1101011 10101101 11011100 110011 10101 0 1110 11001101 111110 1000000

Color Harmonies of #6BADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BADDC

Black with #6BADDC

Text Example


Text Example

White with #6BADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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