Html Css Color HEX #6BACDA Malibu

📋 copy color: '#6BACDA'

red 107 ◦ green 172 ◦ blue 218

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

Shades of Malibu #6BACDA

Tints of Malibu #6BACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.61%

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 21.53%
G = 34.61%
B = 43.86%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6BACDA (or 0x6BACDA) is known color: Malibu. HEX triplet: 6B, AC and DA. RGB value is (107,172,218). Sum of RGB (Red+Green+Blue) = 107+172+218=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #6BACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BACDA is #945325. Grayscale: #9D9D9D. Windows color (decimal): -9720614 or 14330987. OLE color: 14330987.

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

Color convert

RGB 107 172 218 -
CMYK 0.51 0.21 0 0.15
HSL 204.86º 0.6% 0.64% -
HSV(B) 204.86º 0.51% 0.85% -
XYZ 33.47 37.69 71.84 -
YUV 157.81 161.97 91.76 -
System Red Green Blue C M Y K H S L
Decimal 107 172 218 0.51 0.21 0 0.15 204.86 0.6 0.64
Hex 6B AC DA 33 15 0 F CD 3C 40
Octal 153 254 332 63 25 0 17 315 74 100
Binary 1101011 10101100 11011010 110011 10101 0 1111 11001101 111100 1000000

Color Harmonies of #6BACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BACDA

Black with #6BACDA

Text Example


Text Example

White with #6BACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,172,218); }

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

background-color css

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

 a { background-color: rgb(107,172,218); }

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

border-color css

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

 span { border-color: rgb(107,172,218); }

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